search for: llvm30

Displaying 15 results from an estimated 15 matches for "llvm30".

Did you mean: llvm32
2011 Nov 22
4
[LLVMdev] Follow-up questions after successful upgrade to LLVM 3.0rc4
...mpting to match our usage, but it never fails, and always generates reasonable code. Is anyone interested in having us attempt to pursue this behavior to track down the problem? Here's a typical crash signature: #0 0x00007ffff602aa69 in RemoveFromUseList (this=0x696a58) at /home/kharris/llvm30/llvm-3.0rc4.src/lib/VMCore/Value.cpp:493 #1 0x00007ffff54864d5 in ~ValueHandleBase (this=0x689648, first=<value optimized out>, last=...) at /home/kharris/llvm30/cl-install/include/llvm/Support/ValueHandle.h:74 #2 ~AssertingVH (this=0x689648, first=<value optimized out>, last=...
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...powerpc-darwin8-g++-4.0.1 is here: http://www.csl.cornell.edu/~fang/sw/llvm/llvm-clang-release-3.0-powerpc-darwin8-g++-4.0.1-fink-build-log.txt (append .bz2 to URL for compressed version) fink info file (for darwin8 only): http://fink.cvs.sourceforge.net/viewvc/fink/experimental/fangism/finkinfo/llvm30.info?view=log at revision 1.9. (also patch file needed from the same dir.) These results have far fewer failures than svn-trunk, and are also comparable to bootstrapping with gcc-4.6.2, summarized here: http://paste.lisp.org/display/126363 (Unfortunately, I no longer have the whole build/test l...
2012 Jun 06
2
[LLVMdev] llvm-tv
...rd error I am seeing and seems to be some incompatibility in expanding macros between FileSystem.h in LLVM and intl.h in wxWidgets. Any idea how to fix this? In file included from /home/arhishee/work/llvm-tv/llvm-tv/tools/llvm-tv/GraphDrawer.cpp:4: In file included from /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileUtilities.h:18: In file included from /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileSystem.h:34: /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/system_error.h:895:38: error: use of undeclared identifier 'Lv' explicit windows_error(int v) : v...
2012 Jun 06
0
[LLVMdev] llvm-tv
...be some incompatibility in > expanding macros between FileSystem.h in LLVM and intl.h in wxWidgets. Any > idea how to fix this? > > In file included from > /home/arhishee/work/llvm-tv/llvm-tv/tools/llvm-tv/GraphDrawer.cpp:4: > In file included from > /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileUtilities.h:18: > In file included from > /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileSystem.h:34: > /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/system_error.h:895:38: > error: use of undeclared identifier 'Lv' > explicit...
2012 Jun 06
0
[LLVMdev] llvm-tv
On 6/5/12 7:45 PM, AbhishekR wrote: > Thanks John. I verified that and poolalloc builds with LLVM 3.0. I > used clang for compiling wxWidgets, LLVM 3.0 and poolalloc. > > But llvm-tv build still gives build error. I take it that llvm-tv is > still incompatible with these versions of poolalloc and LLVM 3.0. I > think the code is manageable - couple of files in lib,include and
2012 Jun 06
3
[LLVMdev] llvm-tv
Thanks John. I verified that and poolalloc builds with LLVM 3.0. I used clang for compiling wxWidgets, LLVM 3.0 and poolalloc. But llvm-tv build still gives build error. I take it that llvm-tv is still incompatible with these versions of poolalloc and LLVM 3.0. I think the code is manageable - couple of files in lib,include and some 30 odd small files in tools directory. I'll have a look at
2011 Nov 23
1
[LLVMdev] Follow-up questions after successful upgrade to LLVM 3.0rc4
...t; Since I don't have llvm-gcc installed, I tried to do the configure by doing a >> "cd" to the test-suite directory >> and just doing a "./configure". > > the configure should be done in the directory where you built LLVM. Thanks! I tried doing: > cd llvm30/build > ../test-suite-3.0rc4.src/configure . . . configure output > cd ../test-suite-3.0rc4.src > gmake LLVMCC_OPTION=clang ENABLE_BUILT_CLANG=1 And got the same error as I described previously. On the assumption that my flailing around had contaminated my environment, I decided to star...
2011 Sep 02
2
[LLVMdev] Exception Tables in latest LLVM
...gt;> Thanks in advance, >> Yiannis >> Hi Duncan, Sorry for my omission! I attach an example (test_0.ll). I do: llvm-as < test_0.ll | llc and i get output-llvm28.txt with the 2.8 versions of the tools and i repeat with the latest versions from the svn repo and i get output-llvm30.txt. As you can see there is a: .section .gcc_except_table,"a", at progbits .... in the 2.8 output just below the code segment while there is no such section in the 3.0 case! Thanks again, Yiannis -------------- next part -------------- An embedded and charset-unspecified text...
2011 Jul 29
0
[LLVMdev] linkage failure
Current llvm svn at r136461 is failing to bootstrap under darwin11 with... cd /sw/src/fink.build/llvm30-3.0-0/llvm-3.0/build/tools/edis && /sw/bin/cmake -E cmake_link_script CMakeFiles/EnhancedDisassembly.dir/link.txt --verbose=1 /sw/var/lib/fink/path-prefix-clang/c++ -fPIC -fno-rtti -O3 -DNDEBUG -shared -L/sw/lib -o ../../lib/libEnhancedDisassembly.dylib -install_name /sw/src/fink.build/...
2011 Sep 02
0
[LLVMdev] Exception Tables in latest LLVM
Hi Yiannis, > I have been using llvm 2.8 (i know ancient history!) for a backend that i was > implementing. I have been trying to port my patches to latest llvm (svn build) > lately but i have one problem as far as the Exception Handling mechanism is > concerned. It seems that there are no Exception Tables generated any more such > as the one below: got some example bitcode for
2011 Sep 02
2
[LLVMdev] Exception Tables in latest LLVM
Hey everybody! I have been using llvm 2.8 (i know ancient history!) for a backend that i was implementing. I have been trying to port my patches to latest llvm (svn build) lately but i have one problem as far as the Exception Handling mechanism is concerned. It seems that there are no Exception Tables generated any more such as the one below: .section .gcc_except_table,"a", at
2011 Sep 02
0
[LLVMdev] Exception Tables in latest LLVM
...t;>> Yiannis >>> > Hi Duncan, > > Sorry for my omission! I attach an example (test_0.ll). I do: > llvm-as < test_0.ll | llc > and i get output-llvm28.txt with the 2.8 versions of the tools and i repeat with > the latest versions from the svn repo and i get output-llvm30.txt. > > As you can see there is a: > .section .gcc_except_table,"a", at progbits > .... > in the 2.8 output just below the code segment while there is no such section in > the 3.0 case! > > Thanks again, > Yiannis
2011 Dec 15
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote: > Hi, > > I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and > have the following test results to share. > Summary below, full log at: > http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt > > The only edits required were those I
2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...-4.0.1 is here: > http://www.csl.cornell.edu/~fang/sw/llvm/llvm-clang-release-3.0-powerpc-darwin8-g++-4.0.1-fink-build-log.txt > (append .bz2 to URL for compressed version) > fink info file (for darwin8 only): > http://fink.cvs.sourceforge.net/viewvc/fink/experimental/fangism/finkinfo/llvm30.info?view=log > at revision 1.9. (also patch file needed from the same dir.) > > These results have far fewer failures than svn-trunk, and are also > comparable to bootstrapping with gcc-4.6.2, summarized here: > http://paste.lisp.org/display/126363 > (Unfortunately, I no lon...
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
Hi, I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and have the following test results to share. Summary below, full log at: http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt The only edits required were those I posted to llvm-commits yesterday (re: "some missing clang libs"). And I also edited LitConfig.py to point to