search for: out_cxx_fil

Displaying 9 results from an estimated 9 matches for "out_cxx_fil".

Did you mean: out_cxx_file
2009 Sep 30
2
[LLVMdev] long double type on ARM
Hi Bob! I could not find llvm file for ARM target in llvm-gcc 4.2 front end source code. $llvm-gcc-src/gcc/config.gcc file alpha*-*-*) cpu_type=alpha need_64bit_hwint=yes # LLVM LOCAL begin out_cxx_file=alpha/llvm-alpha.cpp # LLVM LOCAL end ;; ... arm*-*-*) cpu_type=arm extra_headers="mmintrin.h" ;; ... i[34567]86-*-*) cpu_type=i386 # LLVM LOCAL begin out_cxx_file=i386/llvm-i386.cpp # LLVM LOCAL end # APPLE LOCAL begin 5612787 mainline sse4 extra_headers="mmintrin...
2009 Sep 30
0
[LLVMdev] long double type on ARM
...30, 2009, at 9:44 AM, Jin Gu Kang wrote: > Hi Bob! > > I could not find llvm file for ARM target in llvm-gcc 4.2 front end > source code. > > $llvm-gcc-src/gcc/config.gcc file > > alpha*-*-*) > cpu_type=alpha > need_64bit_hwint=yes > # LLVM LOCAL begin > out_cxx_file=alpha/llvm-alpha.cpp > # LLVM LOCAL end > ;; > ... > arm*-*-*) > cpu_type=arm > extra_headers="mmintrin.h" > ;; > ... > i[34567]86-*-*) > cpu_type=i386 > # LLVM LOCAL begin > out_cxx_file=i386/llvm-i386.cpp > # LLVM LOCAL end > # AP...
2007 Jan 05
2
[LLVMdev] llvm-gcc4 mirror back online
...e string for build rule at #2475 (in gcc/ Makefile.in) is just ".cpp.o" and it conflicts with default .cpp.o build rule in same makefile at line #889. Two alternatives are : 1) FInd a way to avoid executing $(out_cxx_object_file) rule for your target in such situation. OR 2) Set out_cxx_file for your target in config.gcc. You may be able to use llvm-i386.cpp or llvm-rs6000.cpp directly if your target is either x86 or powerpc. - Devang
2009 Sep 30
0
[LLVMdev] long double type on ARM
Unlike llvm itself, llvm-gcc needs to be configured for a particular target architecture. It looks like you're using a copy of llvm-gcc that was built to generate x86 code. On Sep 30, 2009, at 6:27 AM, Jin Gu Kang wrote: > Dear LLVM members. > > I am compiling coreutils-7.4 package for ARM linux using LLVM 2.5 > version. > > When i compiled 'od' program in
2007 Jan 05
0
[LLVMdev] llvm-gcc4 mirror back online
...akefile.in) is just ".cpp.o" and it conflicts with default .cpp.o > build rule in same makefile at line #889. > > Two alternatives are : > > 1) FInd a way to avoid executing $(out_cxx_object_file) rule for your > target in such situation. > > OR > > 2) Set out_cxx_file for your target in config.gcc. You may be able to > use llvm-i386.cpp or llvm-rs6000.cpp directly if your target is > either x86 or powerpc. > > - > Devang > > >
2009 Sep 30
5
[LLVMdev] long double type on ARM
Dear LLVM members. I am compiling coreutils-7.4 package for ARM linux using LLVM 2.5 version. When i compiled 'od' program in coreutils package using LLVM 2.5, i could see the error message on llc processing. > llvm-gcc -emit-llvm ./od.c -c -o ./od.bc -other-options... > llc -march=arm ./od.bc -f -o ./od.s llc:
2007 Jan 05
1
[LLVMdev] llvm-gcc4 mirror back online
...licts with default .cpp.o > > build rule in same makefile at line #889. > > > > Two alternatives are : > > > > 1) FInd a way to avoid executing $(out_cxx_object_file) rule for your > > target in such situation. > > > > OR > > > > 2) Set out_cxx_file for your target in config.gcc. You may be able to > > use llvm-i386.cpp or llvm-rs6000.cpp directly if your target is > > either x86 or powerpc. > > > > - > > Devang > > > > > > > > _______________________________________________ > LLVM...
2007 Jan 05
0
[LLVMdev] llvm-gcc4 mirror back online
It doesn't build. llvm-main.cpp doesn't get compiled for some reason: g++40 -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -fno-common -DHAVE_CONFIG_H -DENABLE_LLVM -D__STDC_LIMIT_MACROS -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I./../intl
2007 Jan 05
2
[LLVMdev] llvm-gcc4 mirror back online
It claims it was last updated 2007-01-04 06:47:31 -0400 (Thu, 04 Jan 2007). It should be close to TOT tomorrow. Cheers, -- Jim -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2417 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070104/9cecae71/attachment.bin>