llvm-6502/cmake
Jordan Rose dbdebe2736 CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.
check_cxx_symbol_exists requires CMake 2.8.6, so even though I
recommended it to Owen it's probably better to stay away for now.
This check is not technically correct because we're checking <math.h>
but then using <cmath> in the actual code, but if we run into problems we
can do the same sort of dance as isinf() and isnan() where we check /both/
headers and then write a wrapper header around them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174773 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-08 23:17:31 +00:00
..
modules Turn off uninitialized-use warnings for gcc in cmake build 2013-02-04 02:32:44 +00:00
platforms CMake toolchain file for Android NDK. 2012-09-11 11:54:27 +00:00
config-ix.cmake CMake: Use check_symbol_exists instead of check_cxx_symbol_exists. 2013-02-08 23:17:31 +00:00
README

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