Mikael Lepistö
2009-Sep-14 07:39 UTC
[LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
Hi, Anybody has an opinion would it be good thing to add support for llvm- gcc to be able to be built with existing llvm installation? Right now building works with llvm installation also, but only if llvm libs and includes are installed under the same prefix, even though this seems to be unintended functionality. So after support for building llvm-gcc without llvm sources it would be possible to build e.g. llvm-gcc cross compilers with globally installed llvm package. Mikael Lepistö Begin forwarded message:> From: Mikael Lepistö <mikael.lepisto at tut.fi> > Date: 5. syyskuuta 2009 klo 20.16.48 > To: Commit Messages and Patches for LLVM <llvm-commits at cs.uiuc.edu> > Subject: Re: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 > debian packages > > I forgot reply to all setting so here is the mail to list also... > >> >> Hi Mikael, >> >>> Patch fixes the problem in a way that it asks with llvm-config -- >>> includedir where include files really should be found. >> >> I don't get it. The llvm-gcc build should not be used the installed >> llvm at all - you shouldn't need to install llvm in order to build >> llvm-gcc, only build it. > > It's not obligatory to install llvm to be able to compile llvm-gcc. > Still it's perfectly possible to compile llvm-gcc towards llvm > installation, if you don't want to compile your llvm from sources. > I.e. it is possible to compile llvm gcc with installed llvm or with > an llvm source tree, where llvm has been built. > > However if it is not even intended behavior that llvm-gcc is may be > compiled with llvm installation tree then the patch is obsolete. > >> So asking llvm-config where it was installed >> is just wrong. > > If llvm-config is ran from llvm-source-tree/Release/bin the -- > includedir switch actually returns include directory of the source > tree, so basically we are not asking for installed headers, but just > any place where includes should be looked for. > > e.g. on my work computer i got following results for running lvm- > config in source dirctory > > elhigu at mr-lenovo:~/stow_sources/llvm-svn$ Debug/bin/llvm-config -- > includedir > /home/elhigu/stow_sources/llvm-svn/include > > and from install directory. > > elhigu at mr-lenovo:~/stow_sources/llvm-svn$ ~/stow_installs/bin/llvm- > config --includedir > /home/elhigu/stow_installs/include > >> It sounds like the real problem is that LLVMOBJDIR and >> LLVMSRCDIR are pointing to the wrong places. What did you pass to >> --enable-llvm when you configured llvm-gcc? > > When I compile llvm-gcc with llvm installation without llvm sources > I pass 'llvm-config --prefix' for --enable-llvm when I build llvm- > gcc towards llvm source tree I pass 'llvm-config --src-root'. > > -Mikael > > _______________________________________________ > llvm-commits mailing list > llvm-commits at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090914/05ee91a4/attachment.html>
Pekka Jääskeläinen
2009-Sep-15 08:46 UTC
[LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
Mikael Lepistö wrote:> Anybody has an opinion would it be good thing to add support for > llvm-gcc to be able to be built with existing llvm installation?To put it the another way: is there a reason to disallow compiling llvm-gcc (optionally) against an installed LLVM (e.g. from the Debian package)? It seems to work fine with this patch Mikael posted. For us at TCE project* it's a bit nuisance as even though the TCE user might have LLVM (and native llvm-gcc) installed from Debian, he still needs to download LLVM sources just for recompiling llvm-gcc to be used as the TCE cross-compiler. (*)http://tce.cs.tut.fi Best regards, -- --Pekka Jääskeläinen
Duncan Sands
2009-Sep-15 09:11 UTC
[LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
Hi Pekka,> To put it the another way: is there a reason to disallow > compiling llvm-gcc (optionally) against an installed LLVM (e.g. > from the Debian package)? It seems to work fine with this patch > Mikael posted.I think it would be great if llvm-gcc could be built against an installed LLVM. However my impression was that Mikael's original patch would break building against an not-installed llvm. Ciao, Duncan.
Maybe Matching Threads
- [LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
- [LLVMdev] Problem with generating Machine function analysis pass
- [LLVMdev] Adding intrinsic with variable argument list HOWTO.
- [LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages
- [LLVMdev] Fwd: [llvm-commits] [PATCH] Building llvm-gcc with llvm-2.5 debian packages