summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-05-19 22:56:37 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-05-19 22:56:37 +0000
commit7534b79ef927d630ed95a6ba52364742337bec04 (patch)
treee73a15503dc2404eb105a3538a2518bf78bb2407 /include
parent4dace2a82eb4e16b2c46b19c8f47544bbb8e6a17 (diff)
Forgotten file from r269992.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270152 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index 6eae4903407..f4624d3bb0a 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -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