Fix demangle.h on Windows
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#if !defined(TEST_HAS_NO_DEMANGLE)
|
||||
# if defined(__GNUC__) || defined(__clang__)
|
||||
# if __has_include("cxxabi.h")
|
||||
# if __has_include("cxxabi.h") && !defined(_LIBCPP_ABI_MICROSOFT)
|
||||
# include "cxxabi.h"
|
||||
# else
|
||||
# define TEST_HAS_NO_DEMANGLE
|
||||
|
||||
Reference in New Issue
Block a user