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

Vladimir Merzliakov wanderer at rsu.ru
Wed Feb 9 01:24:26 PST 2005


>> 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.
Ops...  I must be more careful. Updated patch attached.

I use for build libtool "ltmain.sh (GNU libtool) 1.5.10" without problems.
But I add code to preserve use $(LLVM_OBJ_ROOT)/mklib if LLVM_OBJ_ROOT set
In other cases if $(LLVM_OBJ_ROOT)/mklib using important it installation can 
be added to LLVM/PROJ install process

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

Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.rules.patch
Type: application/octet-stream
Size: 6229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050209/2834c32a/attachment.obj>


More information about the llvm-dev mailing list