[LLVMdev] question about compile path [patch adding .cc support]

Chris Lattner sabre at nondot.org
Fri Feb 4 13:33:12 PST 2005


On Thu, 3 Feb 2005, Vladimir Merzliakov wrote:

>> Doing it this way
>> allows you to re-use the LLVM build system, as opposed to building your
>> own set of Makefiles.
> I have pre-LLVM projects in C++ with often used at Unix C++ source file 
> extention .cc
> I modify LLVM build system (original LLVM Makefile.rules already partly 
> support .cc extention,
> for example, in Sources and FakeSources make vars setup code).
>
> Is attached patch acceptable?

Looks great, applied, thanks!
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050131/023931.html

> 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?

-Chris

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




More information about the llvm-dev mailing list