summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2013-02-08 23:17:31 +0000
committerJordan Rose <jordan_rose@apple.com>2013-02-08 23:17:31 +0000
commitdbdebe2736561e6465b81a896254442b8f91167f (patch)
tree97ff96ef02710916088ed6d5c655945724c54789 /lib/CodeGen
parentd31bd24b40262ff97db47804472589a89a4bcfe4 (diff)
downloadexternal_llvm-dbdebe2736561e6465b81a896254442b8f91167f.zip
external_llvm-dbdebe2736561e6465b81a896254442b8f91167f.tar.gz
external_llvm-dbdebe2736561e6465b81a896254442b8f91167f.tar.bz2
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
Diffstat (limited to 'lib/CodeGen')
0 files changed, 0 insertions, 0 deletions