[cfe-dev] How can I modify Clang/LLVM build system?

Óscar Fuentes ofv at wanadoo.es
Sun Sep 2 09:27:45 PDT 2012


"Journeyer J. Joh"
<oosaprogrammer at gmail.com> writes:

[snip]

> What I know is Makefile.am if it is GNU autotools. But I can't find
> this file from current LLVM/Clang source code.

Dunno about the makefiles, but with the cmake build you can use previous
similar changes to guide you. svn revision 123976, for instance, adds
support for optionally link an external library to libLLVMInterpreter.

BTW, LLVM does not use automake, so no Makefile.am exists.

[snip]




More information about the cfe-dev mailing list