llvm-project/llvm/cmake
NAKAMURA Takumi 04817e49bc Teach tablegen() macro to check needed variables
This macro depends on several variables to be set in the calling
context.  Check them and report an error if they are not set.
Without this, custom commands may be silently specified that
will fail at build time.

Patch by Brad King.

llvm-svn: 201229
2014-02-12 11:50:11 +00:00
..
modules Teach tablegen() macro to check needed variables 2014-02-12 11:50:11 +00:00
platforms Remove -arm-enable-ehabi from Android build rules. It's enabled by default. 2014-01-29 12:36:18 +00:00
Makefile Provide CMake package modules in install tree 2014-02-09 16:37:02 +00:00
README
config-ix.cmake Fix configure to find arc4random via header files. 2014-02-05 05:04:36 +00:00
nsis_logo.bmp CMake: polish the Windows packaging rules 2013-08-15 23:44:31 +00:00

README

See docs/CMake.html for instructions on how to build LLVM with CMake.