OSDN Git Service

Forgotten file from r269992.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 19 May 2016 22:56:37 +0000 (22:56 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 19 May 2016 22:56:37 +0000 (22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270152 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.cmake

index 6eae490..f4624d3 100644 (file)
@@ -22,6 +22,9 @@
 /* Define to 1 if you have the `backtrace' function. */
 #cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
 
+/* Define to 1 if you have the `_Unwind_Backtrace' function. */
+#cmakedefine HAVE_UNWIND_BACKTRACE ${HAVE_UNWIND_BACKTRACE}
+
 /* Define to 1 if you have the `bcopy' function. */
 #undef HAVE_BCOPY