From dfa0e92fa034019252305d62e42387bf6a758500 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sat, 27 Apr 2013 22:12:32 +0000 Subject: Only use cxxabi.h's demangler, if it is actually available. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180684 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/llvm/Config/config.h.in') diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 7f75f4df69..0cffd0febe 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -69,6 +69,9 @@ /* Define to 1 if you have the `closedir' function. */ #undef HAVE_CLOSEDIR +/* Define to 1 if you have the header file. */ +#undef HAVE_CXXABI_H + /* Define to 1 if you have the header file. */ #undef HAVE_CRASHREPORTERCLIENT_H -- cgit v1.2.3