[LLVMdev] Add ability for external projects use for build installed version LLVM [PATCH]

Chris Lattner sabre at nondot.org
Tue Feb 8 18:25:08 PST 2005


On Mon, 7 Feb 2005, Vladimir Merzliakov wrote:

>>> Also I have in Makefile.rules (but not include in patch) some modification 
>>> for simplify used common Makefile.rules in LLVM projects and non-LLVM 
>>> project (guarding some LLVM specific parts by ifdef 
>>> LLVM_OBJ_ROOT/LLVM_SRC_ROOT vars).
>> 
>> I'm not sure about this, perhaps Reid would like to comment?
>> 
> Patch attached.
>
> This patch with header installation patch ( 
> http://mail.cs.uiuc.edu/pipermail/llvmdev/2005-February/003300.html )
> let external project (I am test it at my YAFL frontend for LLVM) build using 
> installed LLVM version instead using LLVM obj/src dirs.

I think the patch looks basically sane.  The one wierd thing I notice is 
the replacement of mklib with libtool.

However, this is definitely something Reid should review.  I think he's 
currently out of town but will be back next week.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/




More information about the llvm-dev mailing list