search for: llvm_gcc_dir

Displaying 8 results from an estimated 8 matches for "llvm_gcc_dir".

2011 Jan 13
2
[LLVMdev] About test suits
Hi sir, I have built the test suits in following steps: 0. $cd LLVM_GCC_DIR; $gunzip --stdout llvm-gcc-4.2-*version*-* platform*.tar.gz | tar -xvf - 1. $cd SRC_DIR/llvm-2.8/projects 2. $svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite 3.$cd OBJ_DIR; 4. $SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime --disable-optimized --enable-deb...
2005 Oct 25
2
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
...to be specified in the linker command line displayed by gmake. What should I do to solve the link error? Thank you for your help, ... kurt ++++++++++++++ Configuration: Red Hat Enterprise Linux 4 - x86 - GCC 3.4.3 $ export LLVM_SRC_ROOT=~/llvm.cvs/llvm $ export LLVM_OBJ_ROOT=~/llvm/obj $ export LLVM_GCC_DIR=~/llvm/cfrontend/x86/llvm-gcc $ export LLVM_LIB_SEARCH_PATH=~/llvm/obj/lib $ PATH=${PATH}:${LLVM_GCC_DIR}/bin # (using the prebuilt 1.5 llvm-gcc) $ cd $LLVM_OBJ_ROOT $ $LLVM_SRC_ROOT/configure --enable-targets=host-only ++++++++++++++ gmake stderr... $ gmake TOOL_VERBOSE=1 >../make2.log Readin...
2011 Jan 14
0
[LLVMdev] About test suits
...ite/SingleSource/UnitTests' > make: *** [UnitTests/.makeall] Error 2 > > > 2011/1/14 Chris Lattner <clattner at apple.com> > > On Jan 13, 2011, at 3:03 AM, Qingan Li wrote: > >> Hi sir, >> I have built the test suits in following steps: >> 0. $cd LLVM_GCC_DIR; $gunzip --stdout llvm-gcc-4.2-version-platform.tar.gz | tar -xvf - >> 1. $cd SRC_DIR/llvm-2.8/projects >> 2. $svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite >> 3.$cd OBJ_DIR; >> 4. $SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime...
2005 Oct 25
0
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
...'t hit this problem shouldn't need to do the steps above: normal update and builds should be fine. -Chris > ++++++++++++++ Configuration: Red Hat Enterprise Linux 4 - x86 - GCC 3.4.3 > > $ export LLVM_SRC_ROOT=~/llvm.cvs/llvm > $ export LLVM_OBJ_ROOT=~/llvm/obj > $ export LLVM_GCC_DIR=~/llvm/cfrontend/x86/llvm-gcc > $ export LLVM_LIB_SEARCH_PATH=~/llvm/obj/lib > $ PATH=${PATH}:${LLVM_GCC_DIR}/bin > # (using the prebuilt 1.5 llvm-gcc) > $ cd $LLVM_OBJ_ROOT > > $ $LLVM_SRC_ROOT/configure --enable-targets=host-only > > ++++++++++++++ gmake stderr... > $ g...
2011 Jan 18
3
[LLVMdev] About test suits Cont1
...rtions * --with-llvmgccdir=LLVMGCC_DIR (7) search LLVMCC_EMITIR_FLAG or "cd projects/test-suite" (both failed) *2. Another question* *In the steps above, I omitted the re-configure process in http://llvm.org/docs/TestingGuide.html#testsuiterun **, since I thought I have configured the $LLVM_GCC_DIR before building llvm.* *As it failed, I did the following to reconfigure, but it failed again:* (8) cd OBJ_DIR/llvm/ (9) *SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime --disable-optimized --enable-debug-symbols --enable-assertions * --with-llvmgccdir=LLVMGCC_DIR I need your help, a...
2011 Jan 17
0
[LLVMdev] About test suits Cont1
On Jan 15, 2011, at 8:06 PM, Qingan Li wrote: > [qali at qali llvm-2.8-rev]$ find . -exec grep -n "LLVMCC_EMITIR_FLAG" ./ {} \; > ./projects/test-suite/Makefile.tests:47: -$(LCC) $(CPPFLAGS) $(CFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S $< -o $@ $(LLVMCC_EMITIR_FLAG) > ./projects/test-suite/Makefile.tests:51: -$(LCXX) $(CPPFLAGS) $(CXXFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S
2011 Jan 16
2
[LLVMdev] About test suits Cont1
*[qali at qali llvm-2.8-rev]$ find . -exec grep -n "LLVMCC_EMITIR_FLAG" ./ {} \;* ./projects/test-suite/Makefile.tests:47: -$(LCC) $(CPPFLAGS) $(CFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S $< -o $@ $(LLVMCC_EMITIR_FLAG) ./projects/test-suite/Makefile.tests:51: -$(LCXX) $(CPPFLAGS) $(CXXFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S $< -o $@ $(LLVMCC_EMITIR_FLAG)
2011 Jan 19
0
[LLVMdev] Fwd: About test suits Cont1
...cdir=LLVMGCC_DIR > (7) search LLVMCC_EMITIR_FLAG or "cd projects/test-suite" (both failed) > > 2. Another question > In the steps above, I omitted the re-configure process in > http://llvm.org/docs/TestingGuide.html#testsuiterun , since I thought I > have configured the $LLVM_GCC_DIR before building llvm. > > As it failed, I did the following to reconfigure, but it failed again: > (8) cd OBJ_DIR/llvm/ > (9) SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime > --disable-optimized --enable-debug-symbols > --enable-assertions --with-llvmgccdir=LLVMGCC_D...