search for: llvmgcc_dir

Displaying 5 results from an estimated 5 matches for "llvmgcc_dir".

Did you mean: llvm_gcc_dir
2011 Jan 18
3
[LLVMdev] About test suits Cont1
...utput is what I pasted in last email (just the same to the that in source directory). Maybe the configure failed to do it. My command list for building the test suit is as followings:* *(1) cd ~/SRC_DIR/llvm/projects* *(2) svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite* *(3) cd LLVMGCC_DIR; * ***(4) gunzip --stdout llvm-gcc-4.2-version-platform.tar.gz | tar -xvf -* *(5) cd ~/OBJ_DIR/llvm; * *(6) SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime --disable-optimized --enable-debug-symbols --enable-assertions * --with-llvmgccdir=LLVMGCC_DIR (7) search LLVMCC_EMITIR_FLAG...
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
...ted in last email > (just the same to the that in source directory). Maybe the configure failed > to do it. My command list for building the test suit is as followings: > (1) cd ~/SRC_DIR/llvm/projects > (2) svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite > (3) cd LLVMGCC_DIR; > (4) gunzip --stdout llvm-gcc-4.2-version-platform.tar.gz | tar -xvf - > (5) cd ~/OBJ_DIR/llvm; > (6) SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime > --disable-optimized --enable-debug-symbols > --enable-assertions --with-llvmgccdir=LLVMGCC_DIR > (7) search LLVMCC...
2010 Sep 22
2
[LLVMdev] LLVM make check-lit results *not reproducible* in certain cases WAS: [llvm-commits]: Initial cut of ARM MC ELF emitter (PATCH)
...ught I was going mad, as the contents config.llvm_tools_dir seems to indicate, the executables being used by the tests are from the freshly built artifacts dir, and initial foray into to the utils/lit directory seem to confirm this, but there is a wrinkle here, in the form of the next line: config.llvmgcc_dir = "/pkgs/llvm-tip" I certainly did NOT tell llvm configure where to find llvm-gcc, but its still okay right? I mean, its just llvm-gcc, and that's the directory that I had told llvm-gcc configure to place itself, and even better! I was following directions! Please take a brief look...