From: Puyan Lotfi Date: Tue, 18 Jun 2019 05:15:59 +0000 (+0000) Subject: [NFC] Undoing r363646 to fix bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=722377e37f66f2720842923ce7f4287d5d87bee3;p=clang [NFC] Undoing r363646 to fix bots. -DBUILD_SHARED_LIBS=ON is still having problem caused by layering issues with D60974. Locally there weren't problems building with shared libs on or off but the bots appear to be acting up. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363648 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index c23ab1e7fe..6598017cdd 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -55,6 +55,7 @@ add_clang_library(clangFrontend clangAST clangBasic clangDriver + clangIndex clangEdit clangLex clangParse