Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Problem with CVS LLVM build in obj != src dir case"
2004 Sep 02
0
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
I resend email with updated (after mass header move) log examples.
> LLVM build without big problems in obj dir == src dir case (for example,
> last night tester build)
> But I have problem with building CVS version LLVM in obj dir != src dir
> case.
>
gmake[1]: Entering directory
`/usr/home/wanderer/pkg/build/llvm/obj/projects'
gmake[2]: Entering directory
2004 Sep 02
1
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
On Thu, 2004-09-02 at 00:04, Vladimir Merzliakov wrote:
> I resend email with updated (after mass header move) log examples.
>
> > LLVM build without big problems in obj dir == src dir case (for example,
> > last night tester build)
> > But I have problem with building CVS version LLVM in obj dir != src dir
> > case.
I *only* build with obj dir != src dir and
2005 Apr 22
0
[LLVMdev] tabs
I found 179 more *.{c,cpp,h} files with tabs. Unfortunately, the tabs
stops used vary so blindly expanding them messes up alignment in many
cases :(
Index: examples/BFtoLLVM/BFtoLLVM.cpp
Index: include/llvm/AbstractTypeUser.h
Index: include/llvm/GlobalVariable.h
Index: include/llvm/InstrTypes.h
Index: include/llvm/IntrinsicInst.h
Index: include/llvm/ADT/PostOrderIterator.h
Index:
2005 Jul 28
1
[LLVMdev] about Sparcv9 assembly code
Hi:
When I tried to use llc -march=sparcv9 to compile some llvm .bc to
SparcV9, I got such error:
llc: /llvm/lib/Target/SparcV9/SparcV9RegInfo.h:62: virtual void
llvm::TargetRegClassInfo::markColorsUsed(unsigned int, int, int,
std::vector<bool, std::allocator<bool> >&) const: Assertion
`UserRegType == RegTypeWanted && "Default method is probably incorrect
for
2004 Nov 03
2
[LLVMdev] Problems with nighttest FeatureTests
I think there is a very similar situation with the PowerPC/Mac OS X
nightly tests. Over each of the past few nights, something has been
filling up the process table, causing me to be unable to log in. The
nightly tester wrote out regression test and feature test logs
featuring hundreds of "Resource temporarily unavailable" errors from
fork(), so I assume it's the qmtest
2004 Nov 03
0
[LLVMdev] Problems with nighttest FeatureTests
>> I'm not sure that I follow. The qmtest stuff isn't working on Zion
>> because (I believe) of an upgrade that happened on the machine (the
>> qmtest
>> binary doesn't work anymore?). Are you seeing a problem on freebsd where
>> the feature tests go into a loop? If so, can you provide us with more
>> information?
>>
make, ~ > ps -xu
2006 Jan 11
0
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
On Wed, 11 Jan 2006, Vladimir A. Merzliakov wrote:
> I can't build LLVM CFE after this patchs
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060109/030639.html
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060109/030654.html
This is most likely because you have conflict markers in the generated
files in the lib/AsmParser directory. Try removing
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
For VC++, I solved this by having bison/flex put the files into the obj
directories. I also have it unconditionally regenerate the files if
bison/flex is available, and copy them from src if they are not.
Chris Lattner wrote:
> On Wed, 11 Jan 2006, Vladimir A. Merzliakov wrote:
>
>> I can't build LLVM CFE after this patchs
>>
2004 Nov 03
0
[LLVMdev] Problems with nighttest FeatureTests
A typo in test/Makefile was the trigger for this problem:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/
020216.html
John, can you please look into this bug some more and add some error
checking to the llvm-specific qmtest python modules to make this error
less severe?
Thanks!
-Brian
On Nov 3, 2004, at 10:35 AM, Brian Gaeke wrote:
>
> I think there is a very
2006 Jan 11
4
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
I can't build LLVM CFE after this patchs
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060109/030639.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060109/030654.html
Build terminated with messages:
--8X----------------------------------------------
llvm[2]: Compiling Lexer.cpp for Debug build
In file included from
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
No solutions come to mind. Conflicts are conflicts and must be resolved
manually. This situation should only occur if you change the .l/.y file
and then update the .h/.cpp files after someone else has changed
the .l/.y file and regenerated the .h and .cpp. That doesn't seem like a
high frequency scenario that we need to worry about. Not sure there's
much we could do even if it was.
Reid.
2004 Jun 20
2
[LLVMdev] qmtest problem
I attempt install and use qmtest for run LLVM testsuit at FreeBSD, but
without success.
I have installed qm-2.2 (latest and single version accessable from
http://www.codesourcery.com/qmtest/download.html in sources)
When I start qmtest for LLVM ("make qmtest" in <llvm-obj-dir>/test
directory - right?) error printed:
---8X---------------
2004 Nov 03
1
[LLVMdev] Problems with nighttest FeatureTests
Brian Gaeke wrote:
>
> A typo in test/Makefile was the trigger for this problem:
>
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041101/
> 020216.html
>
> John, can you please look into this bug some more and add some error
> checking to the llvm-specific qmtest python modules to make this error
> less severe?
Does the fork bomb occur in the
2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
That's weird. What is your default shell that Perl invokes with the
"system" command. This works fine with bash-2.05b.
Reid.
On Sun, 2004-09-05 at 10:01, Vladimir Merzliakov wrote:
> > x86 FreeBSD:
> > * hasn't run with changes yet
>
> I manually start script. I use this options (+ -verbose now for testing)
>
>
2005 Jan 03
1
[LLVMdev] Problem with LLVM CFE bootstrap at FreeBSD
I can't boostrap LLVM CFE at FreeBSD with current LLVM and LLVM CFE CVS
sources.
GCC bootstrap terminated with error:
/usr/home/wanderer/pkg/build/llvm/objcfe/gcc/xgcc -B/usr/home/wanderer/pkg/build/llvm/objcfe/gcc/
-B/home/wanderer/pkg/build
/llvm/night/cfe/i386-unknown-freebsd5.3/bin/ -B/home/wanderer/pkg/build/llvm/night/cfe/i386-unknown-freebsd5.3/lib/
-isystem
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
> That's weird. What is your default shell that Perl invokes with the
> "system" command. This works fine with bash-2.05b.
In reality :) i use this script in crontab (and run it manually with added
verbose flag):
---8X--------------
#!/bin/sh -
#
if !([ -d /home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD ])
then mkdir
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
> x86 FreeBSD:
> * hasn't run with changes yet
I manually start script. I use this options (+ -verbose now for testing)
/home/wanderer/pkg/build/llvm/src/llvm/utils/NightlyTest.pl -parallel -enable-linscan
-noexternals -noremove :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm
/home/wanderer/pkg/build/llvm/night/build
2004 Sep 06
0
[LLVMdev] POST MORTEM: llvm-test changes
After fixing nested () problem manual run nighttest finished successfully
with one remarkable logged problem:
INITIALIZED
CVS Root = :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm
BuildDir = /home/wanderer/pkg/build/llvm/night/build
WebDir = /home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD
Prefix =
/home/wanderer/pkg/build/llvm/night/testresults-X86-FreeBSD/2004-09-06
2004 Nov 10
0
[LLVMdev] All SingleSource and MultiSource tests failed at FreeBSD
>> This looks like your crtend.a file did not get built correctly. Try
>> doing
>> make clean/make install in llvm/runtime/ again.
>>
> gmake clean in llvm/runtime/ remove all build tree of nighttest starting
> with llvm/runtime/../..
> And then i can't do gmake install :)
>
> Ok
> I will rebuld llvm and check build logs for crtend.a creating and
2004 Sep 04
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp
Commit
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040830/017889.html
break build llvm at FreeBSD:
Compiling PPC32AsmPrinter.cpp
/home/wanderer/pkg/build/llvm/src/llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:
In member function `virtual
bool<unnamed>::AIXAsmPrinter::doFinalization(llvm::Module&)':