[llvm-commits] [llvm] r124816 - in /llvm/trunk: CMakeLists.txt cmake/config-ix.cmake cmake/modules/CMakeLists.txt cmake/modules/HandleLLVMOptions.cmake cmake/modules/LLVM.cmake cmake/modules/TableGen.cmake utils/TableGen/CMakeLists.txt
Tobias Grosser
grosser at fim.uni-passau.de
Thu Feb 3 14:02:50 PST 2011
On 02/03/2011 03:57 PM, Oscar Fuentes wrote:
> Author: ofv
> Date: Thu Feb 3 14:57:36 2011
> New Revision: 124816
>
> URL: http://llvm.org/viewvc/llvm-project?rev=124816&view=rev
> Log:
> Changes for building Clang and others using LLVM as an external
> library.
>
> Installs tblgen (required by Clang).
>
> Translates handling of user settings and platform-dependant options to
> its own file, where it can included by another project.
>
> Installs the .cmake files required by projects like Clang.
Will those files only be installed if LLVM was built using cmake or also
if autoconf is used?
Tobi
More information about the llvm-commits
mailing list