search for: llvm_version_info

Displaying 20 results from an estimated 46 matches for "llvm_version_info".

Did you mean: dllvm_version_info
2008 Jul 10
4
[LLVMdev] Including svn version number in --version output
.... Lattner wrote: > > Why not set the VERSUFFIX to be " (Based on Apple Inc. build 5555) > (LLVM > rXXXX)" > > Where you set the revision number? I do not want to set the revision number in a source file every time I do 'svn update' :) > We currently use LLVM_VERSION_INFO to set this sort of information > and to > me it makes more sense to have the svn rev number there instead of > just > saying LLVM build like it does now. LLVM_VERSION_INFO indicates build numbers. > -Tanya > > On Wed, 9 Jul 2008, Devang Patel wrote: > >> It is v...
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
...:) > Ok, so I'm confused. Don't you want the svn revision number to be shown when you do llvm-gcc --version? So why wouldn't you want to update it everytime you update and then compile? Shouldn't it match whatever svn version your build is using? >> We currently use LLVM_VERSION_INFO to set this sort of information >> and to >> me it makes more sense to have the svn rev number there instead of >> just >> saying LLVM build like it does now. > > LLVM_VERSION_INFO indicates build numbers. > Well, isn't that what you want? You are basically lab...
2008 Jul 10
2
[LLVMdev] Including svn version number in --version output
...build-llvm-gcc-but-rebuild-only-modified-files command to automatically pick up svn revision number, but I do not want to enforce "svn update" wrapper usage, if possible, to store svn revision number somewhere. And I do not want to reuse build number. >>> We currently use LLVM_VERSION_INFO to set this sort of information >>> and to >>> me it makes more sense to have the svn rev number there instead of >>> just >>> saying LLVM build like it does now. >> >> LLVM_VERSION_INFO indicates build numbers. >> > > Well, isn't that...
2010 Apr 29
3
[LLVMdev] fail to build LLVM GCC front-end
...VM: ./configure --disable-optimized --enable-checking make make install (Successful) now the llvm-gcc: cd /home/username mkdir obj mkdir install cd obj ../llvm-gcc/configure --prefix=`pwd`/../install --program-prefix=llvm- --enable-llvm=/home/username/llvm-2.7/Debug --enable-languages=c,c++ make LLVM_VERSION_INFO=2.7 make install the mentioned-above errors occured here. Is something wrong? On Thu, Apr 29, 2010 at 12:57 PM, Eric Christopher <echristo at apple.com>wrote: > > On Apr 28, 2010, at 9:31 PM, Jiandong Wang wrote: > > > I try to build it on Ubuntu9.04, but in vain. There are...
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
Why not set the VERSUFFIX to be " (Based on Apple Inc. build 5555) (LLVM rXXXX)" Where you set the revision number? We currently use LLVM_VERSION_INFO to set this sort of information and to me it makes more sense to have the svn rev number there instead of just saying LLVM build like it does now. -Tanya On Wed, 9 Jul 2008, Devang Patel wrote: > It is very useful to have svn version number encoded in llvm-gcc's --version > output....
2008 Jul 10
4
[LLVMdev] Including svn version number in --version output
It is very useful to have svn version number encoded in llvm-gcc's -- version output. Here is one approach. Anyone has a better patch ? - Devang Index: Makefile.in =================================================================== --- Makefile.in (revision 53385) +++ Makefile.in (working copy) @@ -802,6 +802,9 @@ DEVPHASE_s := "\"$(if $(DEVPHASE_c),
2011 Oct 03
4
[LLVMdev] ld crashes with invalid pointer on Ubuntu 11.04 x86 when linking libgcc_s.so
...onfigure and make command lines: 2011 cd 2012 cd LLVM/r140981/build/projects/llvm-gcc-4.2/ 2013 fg 2014 ../../../../SVN/llvm/projects/llvm-gcc-4.2/configure --prefix=/home/mike/LLVM/r140981 --target=i686-pc-linux-gnu --with-tune=generic --with-arch=i686 --enable-languages=c,c++,objc,obj-c++ LLVM_VERSION_INFO=3.0_svn_r140981 --enable-llvm=/home/mike/LLVM/r140981 --enable-debug-runtime --enable-jit 2015 ../../../../SVN/llvm/projects/llvm-gcc-4.2/configure --prefix=/home/mike/LLVM/r140981 --target=i686-pc-linux-gnu --with-tune=generic --with-arch=i686 --enable-languages=c,c++,objc,obj-c++ LLVM_VERSION_I...
2008 Mar 31
2
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...--target=i686-pc-linux-gnu" >>>>> >>>> >>>> This looks likes its missing some stuff. Make sure the configure >>>> line >>>> is exactly as what is in README.LLVM. >>> >>> OK, I now have >>> >>> LLVM_VERSION_INFO=kurier-bootstrap /home/jo/llvm-gcc-src/configure >>> --prefix=/home/jo --enable-optimized --build=i686-pc-linux-gnu >>> --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu >>> --enable-llvm=/home/jo --enable-languages=c,c++ >>> >> >> Where have you bu...
2010 Dec 13
1
[LLVMdev] problems while building llvm-gcc 4.2.2-8
...directory different from the soucre directory, using: $./llvm-gcc-4.2-2.8.source/configure --prefix=`pwd`/../install --program-prefix=llvm- --enable-llvm=/home/qali/install/llvm-2.8 --enable-languages=c,c++$EXTRALANGS --target=i686-pc-linux-gnu --with-tune=generic --with-arch=pentium4 $make LLVM_VERSION_INFO=2.8 Here came the error: /home/qali/install/llvm_gcc/obj/./gcc/as: line 2: exec: -Q: invalid option exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...] make[2]: *** [crtbegin.o] Error 1 make[2]: Leaving directory `/home/qali/install/llvm_gcc/obj/gcc' make[1]: *** [a...
2008 Jul 10
2
[LLVMdev] Including svn version number in --version output
On Wednesday 09 July 2008 20:13, Tanya M. Lattner wrote: > Why not set the VERSUFFIX to be " (Based on Apple Inc. build 5555) (LLVM > rXXXX)" Not everyone is at Apple. :) -Dave
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
...at 7:16 PM, David Greene wrote: > On Wednesday 09 July 2008 20:13, Tanya M. Lattner wrote: >> Why not set the VERSUFFIX to be " (Based on Apple Inc. build 5555) >> (LLVM >> rXXXX)" > > Not everyone is at Apple. :) > What is your point? You can always set LLVM_VERSION_INFO to be whatever you want. I'm talking about the case where it isn't set. And llvm-gcc is based on Apple gcc, so Apple will always be in the version line. -Tanya > -Dave > _______________________________________________ > LLVM...
2008 Mar 30
2
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...--enable-optimized --build=i686-pc-linux-gnu >>> --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu" >>> >> >> This looks likes its missing some stuff. Make sure the configure line >> is exactly as what is in README.LLVM. > > OK, I now have > > LLVM_VERSION_INFO=kurier-bootstrap /home/jo/llvm-gcc-src/configure > --prefix=/home/jo --enable-optimized --build=i686-pc-linux-gnu > --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu > --enable-llvm=/home/jo --enable-languages=c,c++ > Where have you built llvm? The enable-llvm dir should point to whe...
2008 Mar 31
0
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...> >>> --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu" > >>> > >> > >> This looks likes its missing some stuff. Make sure the configure line > >> is exactly as what is in README.LLVM. > > > > OK, I now have > > > > LLVM_VERSION_INFO=kurier-bootstrap /home/jo/llvm-gcc-src/configure > > --prefix=/home/jo --enable-optimized --build=i686-pc-linux-gnu > > --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu > > --enable-llvm=/home/jo --enable-languages=c,c++ > > > > Where have you built llvm? The enabl...
2008 Mar 31
0
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...Lattner: > On Mar 30, 2008, at 11:22 PM, Joachim Durchholz wrote: > > > Am Sonntag, den 30.03.2008, 15:45 -0700 schrieb Tanya Lattner: > >> On Mar 30, 2008, at 12:39 PM, Joachim Durchholz wrote: > >> > >>> OK, I now have > >>> > >>> LLVM_VERSION_INFO=kurier-bootstrap /home/jo/llvm-gcc-src/configure > >>> --prefix=/home/jo --enable-optimized --build=i686-pc-linux-gnu > >>> --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu > >>> --enable-llvm=/home/jo --enable-languages=c,c++ > >> > >> Where...
2016 May 03
8
RFC: Should the default LLVM build be deterministic?
Hello LLVM-Dev, Today if a user checks out LLVM, configures with no options specified, and builds the result is non-deterministic. Meaning if you clean and build again the binaries are not identical. This impacts all target platforms equally and is caused by the default value of LLVM_ENABLE_TIMESTAMPS being On. I believe this is incorrect behavior, and I’m curious what the wider community
2010 Apr 01
0
[LLVMdev] Help with building LLVM 2.6 GCC
.... These are the steps that work for me every time: - mkdir llvm-gcc - cd llvm-gcc - Unpack LLVM GCC source (or checkout via Subversion) to "llvm-gcc-src" - mkdir obj - mkdir install - cd obj - export TRIPLE=i686-apple-darwin9 (Use i386-pc-linux-gnu for Linux) - export BUILDOPTIONS=LLVM_VERSION_INFO=2.7 (Replace "2.7" with the current version number) - export TARGETOPTIONS='--with-arch=nocona --with-tune=generic' - ../llvm-gcc-src/configure --prefix=$PWD/../install --program-prefix=llvm- --build=$TRIPLE --host=$TRIPLE --target=$TRIPLE --enable-llvm=(full path of...
2008 Mar 30
0
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...> > > --prefix=/home/jo --enable-optimized --build=i686-pc-linux-gnu > > --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu" > > > > This looks likes its missing some stuff. Make sure the configure line > is exactly as what is in README.LLVM. OK, I now have LLVM_VERSION_INFO=kurier-bootstrap /home/jo/llvm-gcc-src/configure --prefix=/home/jo --enable-optimized --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --enable-llvm=/home/jo --enable-languages=c,c++ The --enable-llvm directory is the same as --prefix, I hope that's right (the actu...
2009 Mar 13
1
[LLVMdev] llvm-gcc4.2-2.5 front-end build problems on SunOS
.../gcc-3.4.6/configure --prefix=/sw/gcc-3.4.6 --enable-languages=ada,c,c++,f77,java,objc --enable-shared=libstdc++ --enable-cpp Thread model: posix gcc version 3.4.6 I built and installes LLVM 2.5 and everything worked fine, but now I have problems with the llvm-gcc front end. When I run "gmake LLVM_VERSION_INFO=2.5" I get the following error: /home/g-adrli/llvm/llvm-gcc/obj/./gcc/xgcc -B/home/g-adrli/llvm/llvm-gcc/obj/./gcc/ -B/home/g-adrli/llvm/llvm-gcc/obj/../install/sparc-sun-solaris2.10/bin/ -B/home/g-adrli/llvm/llvm-gcc/obj/../install/sparc-sun-solaris2.10/lib/ -isystem /home/g-adrli/llvm/llvm-...
2008 Mar 30
3
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
On Mar 30, 2008, at 10:07 AM, Joachim Durchholz wrote: > > Am Sonntag, den 30.03.2008, 12:23 -0400 schrieb Daniel Berlin: >> To clarify, >> >> configure --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu >> --target=i686-pc-linux-gnu >> >> I do this all the time on my 4 core amd64 box and it works fine. > > There must be some other difference, as
2010 Apr 01
3
[LLVMdev] Help with building LLVM 2.6 GCC
I'm running into the same error. Correct me if I'm wrong. To build llvm, you'd need llvm-gcc front-end. You're saying we'd need llvm in order to build llvm-gcc. So how should we kick start the process? Thanks. Duncan Sands wrote: > > Hi Eliseu, > >> 2. I've unpacked llvm-gcc-4.2-2.6.source.tar.gz under the llvm-gcc >> directory. I've also