cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

LLVMOBJDIR and llvm-config #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You can use "llvm-config --obj-root" to get the LLVMOBJDIR path. If you 
would use llvm-config inside the iphone-dev makefile(s) then the person 
who is building the toolchain would not have to specify the location of 
LLVM through LLVMOBJDIR.

Original issue reported on code.google.com by tim.schu...@gmail.com on 22 Sep 2007 at 8:23

GoogleCodeExporter commented 8 years ago
Yes, this would be a good thing. Unfortunately Autoconf is being a pain with 
the configure scripts included with 
LLVM-GCC and regenerating them is difficult...

Original comment by nightwat...@gmail.com on 23 Sep 2007 at 9:09

GoogleCodeExporter commented 8 years ago
This has now been added to the instructions page. I'm going to consider this 
fixed... it might be nicer to 
massage the script so that it doesn't have to be passed explicitly, but this is 
really an LLVM problem, not ours.

Original comment by nightwat...@gmail.com on 26 Sep 2007 at 1:04