forked from OSchip/llvm-project
cea01ee939
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. llvm-svn: 174773 |
||
---|---|---|
.. | ||
modules | ||
platforms | ||
README | ||
config-ix.cmake |
README
See docs/CMake.html for instructions on how to build LLVM with CMake.