search for: original_cxx

Displaying 7 results from an estimated 7 matches for "original_cxx".

Did you mean: original_cc
2013 Feb 18
2
[LLVMdev] Problem to run SPEC2006
...SPEC2006. I have checked in my log file that the spec root has been correctly found with ./configure, but when I try: make TEST=simple in the External folder I get the following error: make -C /home/izabela/svn_llvm/llvm/projects/test-suite/tools all \ ORIGINAL_CC="clang" \ ORIGINAL_CXX="clang" make[1]: Entering directory `/home/izabela/svn_llvm/llvm/projects/test-suite/tools' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/izabela/svn_llvm/llvm/projects/test-suite/tools' make[1]: Entering directory `/home/izabela/svn_llvm/llvm/projec...
2012 Oct 26
4
[LLVMdev] Configuring test-suite
...to build tools, aborting! Going to the dir where it built, and typing: $ make -C tools/ make: Entering directory `/home/rengolin/devel/llvm/sandbox/test-2012-10-26_21-43-48/tools' make -C /home/rengolin/devel/llvm/sandbox/test-2012-10-26_21-43-48/tools all \ ORIGINAL_CC="cc" \ ORIGINAL_CXX="cc" o timeit-target /home/rengolin/devel/llvm/test-suite/tools/timeit.c -O3 make: o: Command not found make: [timeit-target] Error 127 (ignored) E -o TargetConfig.mk -x c /home/rengolin/devel/llvm/test-suite/tools/TargetConfig.mk.in make: E: Command not found make: [TargetConfig.mk] E...
2013 Feb 18
0
[LLVMdev] Problem to run SPEC2006
...in my log file that the spec root has been correctly found with ./configure, but when I try: > > make TEST=simple > > in the External folder I get the following error: > > make -C /home/izabela/svn_llvm/llvm/projects/test-suite/tools all \ > ORIGINAL_CC="clang" \ > ORIGINAL_CXX="clang" > make[1]: Entering directory `/home/izabela/svn_llvm/llvm/projects/test-suite/tools' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/izabela/svn_llvm/llvm/projects/test-suite/tools' > make[1]: Entering directory `/home/izabela/...
2013 Feb 19
1
[LLVMdev] Problem to run SPEC2006
...en correctly found with ./configure, but when I try: > > > > make TEST=simple > > > > in the External folder I get the following error: > > > > make -C /home/izabela/svn_llvm/llvm/projects/test-suite/tools all \ > > ORIGINAL_CC="clang" \ > > ORIGINAL_CXX="clang" > > make[1]: Entering directory > `/home/izabela/svn_llvm/llvm/projects/test-suite/tools' > > make[1]: Nothing to be done for `all'. > > make[1]: Leaving directory > `/home/izabela/svn_llvm/llvm/projects/test-suite/tools' > > make[1]: Ente...
2012 Oct 26
0
[LLVMdev] Configuring test-suite
...e it built, and typing: > > $ make -C tools/ > make: Entering directory > `/home/rengolin/devel/llvm/sandbox/test-2012-10-26_21-43-48/tools' > make -C /home/rengolin/devel/llvm/sandbox/test-2012-10-26_21-43-48/tools all \ > ORIGINAL_CC="cc" \ > ORIGINAL_CXX="cc" > o timeit-target /home/rengolin/devel/llvm/test-suite/tools/timeit.c -O3 > make: o: Command not found > make: [timeit-target] Error 127 (ignored) > E -o TargetConfig.mk -x c > /home/rengolin/devel/llvm/test-suite/tools/TargetConfig.mk.in > make: E: Command not f...
2012 Oct 27
0
[LLVMdev] Configuring test-suite
...e it built, and typing: > > $ make -C tools/ > make: Entering directory > `/home/rengolin/devel/llvm/sandbox/test-2012-10-26_21-43-48/tools' > make -C /home/rengolin/devel/llvm/sandbox/test-2012-10-26_21-43-48/tools all \ > ORIGINAL_CC="cc" \ > ORIGINAL_CXX="cc" > o timeit-target /home/rengolin/devel/llvm/test-suite/tools/timeit.c -O3 > make: o: Command not found > make: [timeit-target] Error 127 (ignored) > E -o TargetConfig.mk -x c > /home/rengolin/devel/llvm/test-suite/tools/TargetConfig.mk.in > make: E: Command not f...
2014 Apr 21
2
[LLVMdev] 3.4.1 Regression caused by merging r198940
On Thu, Apr 17, 2014 at 09:57:32AM -0400, Tom Stellard wrote: > On Fri, Apr 11, 2014 at 03:02:21PM -0700, Tom Stellard wrote: > > Hi, > > > > I have just tagged the first release candidate for the > > 3.4.1 release, so testers may begin testing. Please refer to > > http://llvm.org/docs/ReleaseProcess.html for information on how to > > validate a release.