]> granicus.if.org Git - clang/commitdiff
[NFC] Undoing r363646 to fix bots.
authorPuyan Lotfi <puyan@puyan.org>
Tue, 18 Jun 2019 05:15:59 +0000 (05:15 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Tue, 18 Jun 2019 05:15:59 +0000 (05:15 +0000)
-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

lib/Frontend/CMakeLists.txt

index c23ab1e7fe5a9476e95fc9d5818b04f3c7f10af7..6598017cddd9bcc9d55b4b4d7aeaec8234d87081 100644 (file)
@@ -55,6 +55,7 @@ add_clang_library(clangFrontend
   clangAST
   clangBasic
   clangDriver
+  clangIndex
   clangEdit
   clangLex
   clangParse