Displaying 15 results from an estimated 15 matches for "build_debug".
2012 Dec 06
2
[LLVMdev] !!! 3.2 Release RC3 source code available for download and testing
Hello,
Release Candidate 3 has been branched.
RC3 source code can be downloaded as tarballs from:
http://llvm.org/pre-releases/3.2/rc3/
or directly from svn.
Binaries will be posted shortly.
Testing
RC3 has a number of fixes related to MIPS support
that need to be well exercised.
Otherwise, I think we are at the point of the release
where I can *challenge* testers to try to break it!
2012 Dec 29
1
[LLVMdev] !!! 3.2 Release RC3 source code available for download and testing
...I just created clang with the tarballs without problem; however,
when `make check-all` was run, I got 1 error. My system is:
Linux evansl-desktop 2.6.32-41-generic #90-Ubuntu SMP Tue May 22
11:29:51 UTC 2012 x86_64 GNU/Linux
and my c++ compiler is:
~/download/llvm/pre-releases/3.2/rc3/download/build_debug $ g++ -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.3-4ubuntu5.1'
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --enable-multiarch --e...
2012 Apr 30
1
[LLVMdev] Bindings/Ocaml/ext_exc.ml' FAILED
Hi all,
from llvm-trunk I'm getting this failure:
llvm[0]: Running test suite
make[1]: Entering directory `/home/rleissa/projects/llvm/build_debug/test'
Making a new site.exp file...
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
make -C /home/rleissa/projects/llvm/build_debug/test/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
make[2]: Entering directory `/home/rleissa/projects/llvm/bui...
2012 Dec 30
0
[LLVMdev] [cfe-dev] !!! 3.2 Release RC3 source code available for download and testing
2012/12/30 Larry Evans <cppljevans at suddenlink.net>:
> I just created clang with the tarballs without problem; however,
> when `make check-all` was run, I got 1 error. My system is:
> ~/download/llvm/pre-releases/3.2/rc3/download/build_debug $ make check-all
> llvm[0]: Running test suite
> make[1]: Entering directory
> `/home/evansl/download/llvm/pre-releases/3.2/rc3/download/build_debug/test'
> Making LLVM 'lit.site.cfg' file...
> Making LLVM unittest 'lit.site.cfg' file...
> /usr/bin/make -C
>...
2012 Dec 30
0
[LLVMdev] [cfe-dev] !!! 3.2 Release RC3 source code available for download and testing
...ote:
> > 2012/12/30 Larry Evans <cppljevans at suddenlink.net>:
> >> I just created clang with the tarballs without problem; however,
> >> when `make check-all` was run, I got 1 error. My system is:
> >
> >> ~/download/llvm/pre-releases/3.2/rc3/download/build_debug $ make
> check-all
> >> llvm[0]: Running test suite
> >> make[1]: Entering directory
> >>
> `/home/evansl/download/llvm/pre-releases/3.2/rc3/download/build_debug/test'
> >> Making LLVM 'lit.site.cfg' file...
> >> Making LLVM unittest ...
2012 Apr 23
4
[LLVMdev] gdb + clang/llvm
...put
llvm::errs() << "test\n";
there in order to verify that this line is really getting executed.
Then, I set the breakpoint
break CGExprScalar.cpp :2742
and run clang:
r -std=c++11 simple.cpp
I'm getting this output:
Starting program: /home/rleissa/projects/test/build_debug/Debug+Asserts+Checks/bin/clang -std=c++11 simple.cpp
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
test
clang: /home/rleissa/projects/test/llvm/lib/VMCore/Instructions.cpp:1475: llvm::InsertElementInst::InsertElementInst(llvm::Valu...
2012 Apr 23
0
[LLVMdev] gdb + clang/llvm
...;;
> there in order to verify that this line is really getting executed.
> Then, I set the breakpoint
> break CGExprScalar.cpp :2742
> and run clang:
> r -std=c++11 simple.cpp
>
>
> I'm getting this output:
>
> Starting program: /home/rleissa/projects/test/build_debug/Debug+Asserts+Checks/bin/clang -std=c++11 simple.cpp
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/libthread_db.so.1".
> test
> clang: /home/rleissa/projects/test/llvm/lib/VMCore/Instructions.cpp:1475: llvm::InsertElementInst::InsertEl...
2012 Apr 23
1
[LLVMdev] gdb + clang/llvm
...ly getting executed.
> > Then, I set the breakpoint
> > break CGExprScalar.cpp :2742
> > and run clang:
> > r -std=c++11 simple.cpp
> >
> >
> > I'm getting this output:
> >
> > Starting program:
> > /home/rleissa/projects/test/build_debug/Debug+Asserts+Checks/bin/clang
> > -std=c++11 simple.cpp
> > [Thread debugging using libthread_db enabled]
> > Using host libthread_db library "/lib/libthread_db.so.1".
> > test
> > clang:
> > /home/rleissa/projects/test/llvm/lib/VMCore/Instructions.cpp...
2007 Jul 15
0
[LLVMdev] JIT Leaks?
...c-linux-gnu/3.4.6/libstdc++.so.6.0.3)
==28336== by 0x85530D6:
__static_initialization_and_destruction_0(int, int)
(MachineFunction.cpp:40)
==28336== by 0x855311D:
_GLOBAL__I__ZN4llvm19MachineFunctionPass6virtfnEv
(MachineFunction.cpp:484)
==28336== by 0x86E1A37:
(within /home/asl/proj/llvm/build_debug/Debug/examples/JITLeak)
==28336== by 0x8355D50:
(within /home/asl/proj/llvm/build_debug/Debug/examples/JITLeak)
==28336== by 0x86E197A: __libc_csu_init
(in /home/asl/proj/llvm/build_debug/Debug/examples/JITLeak)
==28336== by 0x418E7F3: (below main) (in /lib/libc-2.5.so)
--
With best rega...
2012 Apr 23
0
[LLVMdev] gdb + clang/llvm
On Apr 20, 2012, at 6:35 PM, Roland Leißa <leissa at cs.uni-saarland.de> wrote:
> ok, I now have a problem in the code generator.
> Let's say I want to set a breakpoint somewhere in
> clang/lib/CodeGen/CGExprScalar.cpp
>
> What do I have to do in order to trigger breakpoints, see backtraces and so on?
You set a breakpoint and ask to see a backtrace?
-eric
2012 Apr 21
2
[LLVMdev] gdb + clang/llvm
ok, I now have a problem in the code generator.
Let's say I want to set a breakpoint somewhere in
clang/lib/CodeGen/CGExprScalar.cpp
What do I have to do in order to trigger breakpoints, see backtraces and so on?
--
Roland
----- Original Message -----
> From: "Eric Christopher" <echristo at apple.com>
> To: "Roland Leißa" <leissa at cs.uni-saarland.de>
2007 Jul 14
4
[LLVMdev] JIT Leaks?
Holger.
> You can find out what exactly leaks with the help of valgrind.
It seems, that Paolo is on Mac OS X. No valgrind there :(
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2009 Sep 02
0
[LLVMdev] 2.6 pre-release1 ready for testing
Hi Tanya,
The sources weren't updated for this pre-release testing. So I had the
same problems on PPC.
-bw
On Sun, Aug 30, 2009 at 10:50 PM, Tanya Lattner<lattner at apple.com> wrote:
> LLVMers,
> 2.6 pre-release1 is ready to be tested by the community.
> http://llvm.org/prereleases/2.6/
> You will notice that we have quite a few pre-compiled binaries (of both
> clang
2009 Sep 03
2
[LLVMdev] 2.6 pre-release1 ready for testing
...C483FF)
C7102444 (0x00000000 0x00000000 0x00000000 0x00000000) <unknown module>
clang: error: compiler command failed due to signal 1073741819 (use -v to
see invocation)
A debug build fails on the same problem :
./Debug/bin/clang foo.c
Stack dump:
0. Program arguments:
d:/llvm/llvm-2.6/build_debug/Debug/bin/clang-cc.exe -triple i386-pc-mingw32
-S -disable-free -main-file-name foo.c --relocation-model static
--disable-fp-elim --unwind-tables=0 --mcpu=pentium4 --fmath-errno=1
-fdiagnostics-show-option -o C:/Temp/cc-000000.s -x c foo.c
77C42A16 (0x0022F948 0x01354530 0x0022F978 0x121CC7A8), wsc...
2009 Aug 31
10
[LLVMdev] 2.6 pre-release1 ready for testing
LLVMers,
2.6 pre-release1 is ready to be tested by the community.
http://llvm.org/prereleases/2.6/
You will notice that we have quite a few pre-compiled binaries (of
both clang and llvm-gcc). We have identified several bugs that will be
fixed in pre-release2, so please search the bug database before filing
a new bug.
If you have time, I'd appreciate anyone who can help test the