From 9249861437c0355c79c27c86229b9b92cd8eea5f Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 14 Mar 2021 22:51:40 +0000 Subject: [PATCH] Revert "Ensure that cache variable is set when not building introspection" This reverts commit 6b010c6f6e354966569e02841180c77df45bbd76. --- clang/lib/Tooling/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/Tooling/CMakeLists.txt b/clang/lib/Tooling/CMakeLists.txt index efee922..c7fe324 100644 --- a/clang/lib/Tooling/CMakeLists.txt +++ b/clang/lib/Tooling/CMakeLists.txt @@ -47,7 +47,6 @@ NodeIntrospection::GetLocations(clang::DynTypedNode const &) { } // namespace clang " ) - set(CLANG_TOOLING_BUILD_AST_INTROSPECTION "OFF" CACHE BOOL "") else() # The generation of ASTNodeAPI.json takes a long time in a # Debug build due to parsing AST.h. Disable the processing -- 2.7.4