summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-12-07 18:53:04 +0000
committerChris Bieneman <beanz@apple.com>2016-12-07 18:53:04 +0000
commitdf11f53b67e0a9b1e93d6533e0c11c6fd5f842f9 (patch)
tree34b1c8b1e59e10f09c846a7c101cbcdcf9457bdd /llvm/cmake
parentc6c0e54d3d69ac297f0a0bb03bc0b5e792f85e12 (diff)
downloadbcm5719-llvm-df11f53b67e0a9b1e93d6533e0c11c6fd5f842f9.tar.gz
bcm5719-llvm-df11f53b67e0a9b1e93d6533e0c11c6fd5f842f9.zip
[CMake] Add a check for HAVE_CRASHREPORTERCLIENT_H
The CMake build has been hardcoding this to undef forever, we shouldn't have been doing that. llvm-svn: 288956
Diffstat (limited to 'llvm/cmake')
-rwxr-xr-xllvm/cmake/config-ix.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/cmake/config-ix.cmake b/llvm/cmake/config-ix.cmake
index 3e37e585427..9c4658eb22a 100755
--- a/llvm/cmake/config-ix.cmake
+++ b/llvm/cmake/config-ix.cmake
@@ -78,6 +78,7 @@ check_symbol_exists(FE_INEXACT "fenv.h" HAVE_DECL_FE_INEXACT)
check_include_file(mach/mach.h HAVE_MACH_MACH_H)
check_include_file(histedit.h HAVE_HISTEDIT_H)
+check_include_file(CrashReporterClient.h HAVE_CRASHREPORTERCLIENT_H)
# library checks
if( NOT PURE_WINDOWS )
OpenPOWER on IntegriCloud