search for: llvm_front

Displaying 11 results from an estimated 11 matches for "llvm_front".

2006 Aug 16
2
[LLVMdev] Weird behavior of llvm-ld
Hi, I'm using LLVM 1.8 with the GCC4-frontend on a Slackware 10.2 box (GCC 3.3.6). When issuing the following command (line 14 in a script called manual.sh): llvm-ld -O1 *.trans -L${SOME_LIB_DIR} -L${SOME_OTHER_LIB_DIR} -L${LLVM_FRONT}/lib -lSOME_LIB -lSOME_OTHER_LIB -load=${MY_LIB_DIR}/opt1.so -load=${MY_LIB_DIR}/opt2.so -debug-pass=Details -debug -o test ... I get the following messages: llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library. ./manual.sh: line 14: 25492 Segmentation fault When I i...
2006 Nov 14
0
[LLVMdev] 1.9 Prerelease Available for Testing
...a while, see attachment): make[1]: *** No rule to make target `/path/to/llvm-build/Debug/bin/ tblgen', needed by `/path/to/llvm-build/lib/VMCore/Debug/ Intrinsics.gen.tmp'. Stop. make: *** [install] Error 1 when doing: $LLVM_SRC/configure --prefix=$LLVM_INSTALL --with-llvmgccdir= $LLVM_FRONT --disable-optimized --enable-targets=host-only --enable- doxygen LLVM 1.8 compiled fine before though. Kind regards, Bram Adams GH-SEL, INTEC, Ghent University -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: bug.txt URL: <http://lists.ll...
2007 Mar 31
2
[LLVMdev] native libraries
...Hi, > > > > I'm using LLVM 1.8 with the GCC4-frontend on a Slackware 10.2 box (GCC > > 3.3.6). When issuing the following command (line 14 in a script called > > manual.sh): > > > > llvm-ld -O1 *.trans -L${SOME_LIB_DIR} -L${SOME_OTHER_LIB_DIR} -L > > ${LLVM_FRONT}/lib -lSOME_LIB -lSOME_OTHER_LIB -load= > > ${MY_LIB_DIR}/opt1.so -load=${MY_LIB_DIR}/opt2.so -debug-pass=Details > > -debug -o test > > > > ... I get the following messages: > > > > llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library....
2007 Apr 01
0
[LLVMdev] native libraries
...I'm using LLVM 1.8 with the GCC4-frontend on a Slackware 10.2 box (GCC > > > 3.3.6). When issuing the following command (line 14 in a script called > > > manual.sh): > > > > > > llvm-ld -O1 *.trans -L${SOME_LIB_DIR} -L${SOME_OTHER_LIB_DIR} -L > > > ${LLVM_FRONT}/lib -lSOME_LIB -lSOME_OTHER_LIB -load= > > > ${MY_LIB_DIR}/opt1.so -load=${MY_LIB_DIR}/opt2.so -debug-pass=Details > > > -debug -o test > > > > > > ... I get the following messages: > > > > > > llvm-ld: warning: Supposed library 'SOME_OTHER...
2006 Aug 16
0
[LLVMdev] Weird behavior of llvm-ld
...:01 +0200, Bram Adams wrote: > Hi, > > I'm using LLVM 1.8 with the GCC4-frontend on a Slackware 10.2 box (GCC > 3.3.6). When issuing the following command (line 14 in a script called > manual.sh): > > llvm-ld -O1 *.trans -L${SOME_LIB_DIR} -L${SOME_OTHER_LIB_DIR} -L > ${LLVM_FRONT}/lib -lSOME_LIB -lSOME_OTHER_LIB -load= > ${MY_LIB_DIR}/opt1.so -load=${MY_LIB_DIR}/opt2.so -debug-pass=Details > -debug -o test > > ... I get the following messages: > > llvm-ld: warning: Supposed library 'SOME_OTHER_LIB' isn't a library. The -l option is used to l...
2006 Nov 15
3
[LLVMdev] 1.9 Prerelease Available for Testing
...; > make[1]: *** No rule to make target `/path/to/llvm-build/Debug/bin/tblgen', > needed by `/path/to/llvm-build/lib/VMCore/Debug/Intrinsics.gen.tmp'. Stop. > make: *** [install] Error 1 > > when doing: > > $LLVM_SRC/configure --prefix=$LLVM_INSTALL --with-llvmgccdir=$LLVM_FRONT > --disable-optimized --enable-targets=host-only --enable-doxygen > > LLVM 1.8 compiled fine before though. I'm able to reproduce this if I skip doing a "make" and directly do a "make install" after configuring. I believe we require people to do a full build bef...
2007 May 18
0
[LLVMdev] API changes (was Antw.: 2.0 Pre-release tarballs online)
On Sat, 19 May 2007, Anton Korobeynikov wrote: >> * It seems that a C-call like printf("---\n") is transformed to puts >> ("---") in the LLVM IR instead of keeping it a printf. What are the >> circumstances in which this happens? Do other similar conversions >> occur? Can this be turned off (lower optimisation level?)? Manually >> replacing the
2007 May 23
1
[LLVMdev] API changes (was Antw.: 2.0 Pre-release tarballs online)
On Tue, 22 May 2007 23:52:46 -0700 (PDT) Chris Lattner <sabre at nondot.org> wrote: >On Sun, 20 May 2007, Bram Adams wrote: >> On a related note: while using llvmc I have some test cases where the >> following error now pops up on Linux X86 (not on OSX): >> >> <premain>: CommandLine Error: Argument 'debug' defined more than once! >> llvmc:
2007 May 18
1
[LLVMdev] API changes (was Antw.: 2.0 Pre-release tarballs online)
Hello, Bram > * It seems that a C-call like printf("---\n") is transformed to puts > ("---") in the LLVM IR instead of keeping it a printf. What are the > circumstances in which this happens? Do other similar conversions > occur? Can this be turned off (lower optimisation level?)? Manually > replacing the puts-calls by a printf-call is not
2007 May 20
2
[LLVMdev] API changes (was Antw.: 2.0 Pre-release tarballs online)
...Error: Argument 'debug' defined more than once! These are the arguments I provide to llvmc (I need the -disable-opt as some of the standard passes absolutely need to occur before my passes, and the rest must come afterwards): llvmc --config-dir ${ASPICERE2_SRC}/config/ -Tlnk="-L${LLVM_FRONT}/ lib" -Tlnk="-L${ASPICERE2_INSTALL}/lib" -Tlnk="-L${SWI_LIB}" -Tlnk="- load=${ASPICERE2_INSTALL}/lib/weaver" -Tlnk="-load=$ {ASPICERE2_INSTALL}/lib/native" -Tlnk="-disable-opt" -Tlnk="- constmerge" -Tlnk="-globalsmodref-aa&q...
2006 Nov 14
5
[LLVMdev] 1.9 Prerelease Available for Testing
LLVMers, The LLVM 1.9 Prerelease is available for testing: http://llvm.org/prereleases/1.9/ If anyone can spare some time, please download the appropriate tarballs for your platform and test the release (at least with make check). I'd also appreciate any documentation reviews. Please note that llvm-gcc3 on x86 may not have a clean dejagnu run. You should see one XPASS for