aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
diff options
context:
space:
mode:
authorNathan James <n.james93@hotmail.co.uk>2022-07-22 10:32:27 +0100
committerNathan James <n.james93@hotmail.co.uk>2022-07-22 10:32:49 +0100
commit251b5b864183e868ffc86522e320f91ab3c5a771 (patch)
tree7b4cc13acffee6ea5f1683ec84a9766c767dc15d /clang/unittests
parentc559964d85e8efc1f6949df940df9265a0ac0663 (diff)
downloadllvm-251b5b864183e868ffc86522e320f91ab3c5a771.zip
llvm-251b5b864183e868ffc86522e320f91ab3c5a771.tar.gz
llvm-251b5b864183e868ffc86522e320f91ab3c5a771.tar.bz2
[ASTMatchers] Fix standalone build
Disable the tests and remove private include introduced in d89f9e963e4979466193dc6a15fe091bf7ca5c47.
Diffstat (limited to 'clang/unittests')
-rw-r--r--clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp b/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
index eb9071b..c123f71 100644
--- a/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
+++ b/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
@@ -12,7 +12,6 @@
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/ADT/Triple.h"
-#include "llvm/Config/config.h"
#include "llvm/Support/Host.h"
#include "llvm/Testing/Support/SupportHelpers.h"
#include "gtest/gtest.h"
@@ -36,6 +35,8 @@ TEST(HasNameDeathTest, DiesOnEmptyPattern) {
}, "");
}
+// FIXME Re-enable these tests without breaking standalone builds.
+#if 0
// FIXME: Figure out why back traces aren't being generated on clang builds on
// windows.
#if ENABLE_BACKTRACES && (!defined(_MSC_VER) || !defined(__clang__))
@@ -138,6 +139,7 @@ TEST(MatcherCrashDeathTest, CrashOnCallbackDump) {
}
#endif // ENABLE_BACKTRACES
#endif
+#endif
TEST(ConstructVariadic, MismatchedTypes_Regression) {
EXPECT_TRUE(