1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Revert "[CMake] Use cmakedefine01 instead of cmakedefine"

This reverts commit r288959.

Apparently using cmakedefine01 explodes.

llvm-svn: 288961
This commit is contained in:
Chris Bieneman 2016-12-07 19:25:38 +00:00
parent 4b3fdbd311
commit 9d6cc61c6b

View File

@ -17,7 +17,7 @@
#cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
/* Define to 1 if you have the <CrashReporterClient.h> header file. */
#cmakedefine01 HAVE_CRASHREPORTERCLIENT_H
#cmakedefine HAVE_CRASHREPORTERCLIENT_H
/* can use __crashreporter_info__ */
#undef HAVE_CRASHREPORTER_INFO