search for: dumpbase

Displaying 20 results from an estimated 66 matches for "dumpbase".

2009 Sep 19
0
[LLVMdev] Where should I put libLLVMgold.so??
...mething similar to this one: "/home/edwin/llvm-git/install/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/cc1" "-quiet" "-iprefix" "/home/edwin/llvm-git/install/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.2.1/" "/dev/null" "-quiet" "-dumpbase" "null" "-mtune=generic" "-auxbase" "null" "-o" "/tmp/cceoliII.s" > Strange situation,is it a bug for llvm-gcc???? > > 在 2009-09-18五的 12:58 +0300,Török Edwin写道: > >> On 2009-09-18 03:06, Nan Zhu wrote: >>...
2009 Sep 19
4
[LLVMdev] Where should I put libLLVMgold.so??
Yes,but ubuntu's directory structure is not exactly the same as the classic linux distribute, I put libLLVMgold.so in /usr/lib/gcc/i486-linux-gnu/4.2.4 where cc1 is also in. Strange situation,is it a bug for llvm-gcc???? 在 2009-09-18五的 12:58 +0300,Török Edwin写道: > On 2009-09-18 03:06, Nan Zhu wrote: > > OMG,that's just my situation... > > > > I can link with
2002 Oct 30
2
[LLVMdev] problems with llvmgcc
...projects/cs426/Software/gcc_install/bin/../lib/gcc-lib/llvm/3.1/cc1 -lang-c -v -iprefix /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-lib/llvm/3.1/ -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 (experimental) (cpplib) (llvm) GNU C version 3.1 20010410 (experimental) (llvm) compiled by GNU C version 2.95.3 20010315 (release). ignoring nonexistent directory "/usr/dcs/projects/cs426/Software/gcc_install/llvm/sys-...
2011 Mar 22
4
[LLVMdev] -emit-llvm on ubuntu is broken
...gonegg.so' '-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686' /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin hello.c -D_FORTIFY_SOURCE=2 -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin -quiet -dumpbase hello.c -mtune=generic -march=i686 -auxbase hello -version -fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so -o hello.s -fstack-protector GNU C (Ubuntu/Linaro 4.5.1-7ubuntu2) version 4.5.1 (i686-linux-gnu) compiled by GNU C version 4.5.1, GMP version 4.3.2, MPFR version 3.0.0-p3, MPC ve...
2007 Mar 07
0
[LLVMdev] llvm compile error
...efan/programs/llvm/llvm-1.9/ Thread-Modell: posix gcc-Version 4.0.1 LLVM (Apple Computer, Inc. build 5421) /home/stefan/programs/llvm/install/bin/../libexec/gcc/i686-pc-linux-gnu/4.0.1/cc1 -quiet -v -iprefix /home/stefan/programs/llvm/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/ test.c -quiet -dumpbase test.c -mtune=generic -auxbase test -version -o /tmp/ccho8QKH.s non-existent Directory »/home/stefan/programs/llvm/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/../../../../i686-pc-linux-gnu/include« will be ignored double-existent directory »/home/stefan/programs/llvm/install//lib/gcc/i686-pc...
2011 Mar 22
0
[LLVMdev] -emit-llvm on ubuntu is broken
...;-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686' > /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v > -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin hello.c > -D_FORTIFY_SOURCE=2 -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin > -quiet -dumpbase hello.c -mtune=generic -march=i686 -auxbase hello -version > -fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so -o hello.s > -fstack-protector > GNU C (Ubuntu/Linaro 4.5.1-7ubuntu2) version 4.5.1 (i686-linux-gnu) > compiled by GNU C version 4.5.1, GMP version 4.3.2, MPFR vers...
2007 Mar 07
2
[LLVMdev] using dsa
Thank you Patrick! For anyone interested, I was able to get the mainline version of DSA to compile with the mainline version of LLVM. As Patrick pointed out, the mainline version of PoolAllocate does not compile with the mainline version of LLVM. So, I made a small change to llvm-poolalloc/lib/Makefile in which I removed PoolAllocate from the line: PARALLEL_DIRS=DSA PoolAllocate After
2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...nclude -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DL_muldi3 -DHIDE_EXPORTS -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/include -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/sys-include -isystem ./include ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -quiet -dumpbase libgcc2.c -mtune=pentiumpro -auxbase-strip libgcc/./_muldi3.o -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -version -fPIC -fvisibility=hidden -o /tmp/ccaIovPB.s -v<br> Starting program: /home/mykland/llvm-gcc/obj/gcc/cc1 -quiet -v -I. -I. -I....
2006 Nov 14
2
[LLVMdev] gcc 4 frontend binary for mac os x x86
...gcc version 4.0.1 LLVM (Apple Computer, Inc. build 1.8) /Users/moser/llvm/llvm-gcc4-1.8-x86-darwin/bin/../libexec/gcc/i686- apple-darwin8.7.1/4.0.1/cc1 -quiet -v -iprefix /Users/moser/llvm/llvm- gcc4-1.8-x86-darwin/bin/../lib/gcc/i686-apple-darwin8.7.1/4.0.1/ - D__DYNAMIC__ main.c -fPIC -quiet -dumpbase main.c -march=pentium-m - mtune=prescott -auxbase main -version -o /var/tmp//ccrAXWSZ.s ignoring nonexistent directory "/Users/moser/llvm/llvm-gcc4-1.8-x86- darwin/bin/../lib/gcc/i686-apple-darwin8.7.1/4.0.1/../../../../i686- apple-darwin8.7.1/include" ignoring nonexistent directory &q...
2015 Sep 09
5
Building LLVM and Clang using Clang?
...b/Support -I /home/stark/src/llvm-build/include -I /home/stark/src/llvm/include -imultiarch x86_64-linux-gnu -D_GNU_SOURCE -D GTEST_HAS_RTTI=0 -D _GNU_SOURCE -D __STDC_CONSTANT_MACROS -D __STDC_FORMAT_MACROS -D __STDC_LIMIT_MACROS -D NDEBUG /home/stark/src/llvm/lib/Support/ARMBuildAttrs.cpp -quiet -dumpbase ARMBuildAttrs.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o -O3 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wpedantic -Wno-long-long -Wno-maybe-uninitialized -Wnon-virtual-dtor -Wno-comment -std=c+...
2006 Nov 06
2
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...nclude -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DL_muldi3 -DHIDE_EXPORTS -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/include -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/sys-include -isystem ./include ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -quiet -dumpbase libgcc2.c -mtune=pentiumpro -auxbase-strip libgcc/./_muldi3.o -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -version -fPIC -fvisibility=hidden -o /tmp/ccaIovPB.s -v > Starting program: /home/mykland/llvm-gcc/obj/gcc/cc1 -quiet -v -I. -I. > -I....
2006 May 09
0
[LLVMdev] Bootstrapping llvm-gcc4 on Mingw
...erything goes further > (generated .s file attached). Maybe X86AsmWriter should be modified? Probably. Patches welcome :) > 2. While compiling gthr-win32.c I've got the following exception > stopped all compilation: > > ./cc1.exe -fpreprocessed h:\WINNT\Temp/ccAnbaaa.i -quiet -dumpbase gthr-win32.c > -auxbase-strip libgcc/./gthr-win32.o -g -O2 -W -Wall -Wwrite-strings -Wstrict-p > rototypes -Wmissing-prototypes -Wold-style-definition -version -o gthr-win32.s > GNU C version 4.0.1 LLVM (Apple Computer, Inc. build 5400) (mingw32) > compiled by GNU C version 3.4.5...
2002 Oct 31
1
[LLVMdev] problems with llvmgcc
....1/cc1 > > -lang-c -v -iprefix > > /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li > > b/llvm/3.1/ > > -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 > > -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd > > -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o > > /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 > > (experimental) (cpplib) (llvm) GNU C version 3.1 20010410 > > (experimental) (llvm) > > compiled by GNU C version 2.95.3 20010315 (release). > > ignoring nonexistent directory > >...
2011 Mar 22
2
[LLVMdev] -emit-llvm on ubuntu is broken
...'-S' '-v' '-mtune=generic' '-march=i686' >> /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v >> -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin hello.c >> -D_FORTIFY_SOURCE=2 -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin >> -quiet -dumpbase hello.c -mtune=generic -march=i686 -auxbase hello -version >> -fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so -o hello.s >> -fstack-protector >> GNU C (Ubuntu/Linaro 4.5.1-7ubuntu2) version 4.5.1 (i686-linux-gnu) >> compiled by GNU C version 4.5.1, GMP version...
2006 Nov 06
4
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...nclude -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DL_muldi3 -DHIDE_EXPORTS -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/include -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/sys-include -isystem ./include ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -quiet -dumpbase libgcc2.c -mtune=pentiumpro -auxbase-strip libgcc/./_muldi3.o -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -version -fPIC -fvisibility=hidden -o /tmp/ccsulgFx.s > ignoring nonexistent directory > "/home/mykland/llvm-gcc/obj/../install//i...
2008 Nov 12
1
[LLVMdev] hello compiles with -O3 but not -O4
...ram-prefix=llvm- --enable-llvm=/home/nbecker/llvm-2.4 --enable-languages=c,c++ Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5623) (LLVM build) /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/cc1plus -quiet -v -D_GNU_SOURCE Hello.cc -emit-llvm-bc -o /tmp/ccSmWWEd.o -quiet -dumpbase Hello.cc -mtune=generic -auxbase Hello -O4 -version ignoring nonexistent directory "NONE/include" ignoring nonexistent directory "/usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../x86_64-unknown-linux-gnu/include" #include "..." search starts here: #include...
2011 Sep 21
1
[LLVMdev] question on clang c++ support
...linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-mtune=generic' '-march=i686' cc1plus -quiet -v -D_GNU_SOURCE /dev/null -D_FORTIFY_SOURCE=2 -quiet -dumpbase null -mtune=generic -march=i686 -auxbase null -version -fsyntax-only -o /dev/null -fstack-protector gcc: error trying to exec 'cc1plus': execvp: No such file or directory ------------------- After some googling, it seems that I need to install g++ which has the same version as the gcc, is...
2010 Jan 17
0
[LLVMdev] LLVM-gcc for ARM
> llvm-gcc a.c > Assembler messages: > Fatal error: Invalid -march= option: `armv7-a' > > Any ideas? It is probably trying to use the wrong assembler. Run with -v and check. > > Thank you, > Corina > Cheers, -- Rafael Ávila de Espíndola
2012 Aug 29
0
[LLVMdev] Correct usage of isysroot argument
...gt; COLLECT_GCC_OPTIONS='-isysroot' '/myownheaders' '-v' '-c' '-o' 'foo.o' '-mtune=generic' '-march=i686' > /usr/lib/gcc/i686-linux-gnu/4.6/cc1 -quiet -v -imultilib . -imultiarch i386-linux-gnu -isysroot /myownheaders foo.c -quiet -dumpbase foo.c -mtune=generic -march=i686 -auxbase-strip foo.o -version -fstack-protector -o /tmp/ccuQ580s.s > GNU C (Ubuntu/Linaro 4.6.3-1ubuntu5) version 4.6.3 (i686-linux-gnu) > compiled by GNU C version 4.6.3, GMP version 5.0.2, MPFR version 3.1.0-p3, MPC version 0.9 > GGC heuristics: -...
2002 Oct 30
0
[LLVMdev] problems with llvmgcc
...../lib/gcc-li > b/llvm/3.1/cc1 > -lang-c -v -iprefix > /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-li > b/llvm/3.1/ > -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 > -D__llvm__ -D__llvm__ -Asystem=unix -Asystem=bsd > -D__STDC_HOSTED__=1 he.c -quiet -dumpbase he.c -version -o > /var/tmp//ccobi9kx.s GNU CPP version 3.1 20010410 > (experimental) (cpplib) (llvm) GNU C version 3.1 20010410 > (experimental) (llvm) > compiled by GNU C version 2.95.3 20010315 (release). > ignoring nonexistent directory > "/usr/dcs/projects/c...