r363648 - [NFC] Undoing r363646 to fix bots.
Puyan Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 22:15:59 PDT 2019
Author: zer0
Date: Mon Jun 17 22:15:59 2019
New Revision: 363648
URL: http://llvm.org/viewvc/llvm-project?rev=363648&view=rev
Log:
[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.
Modified:
cfe/trunk/lib/Frontend/CMakeLists.txt
Modified: cfe/trunk/lib/Frontend/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/CMakeLists.txt?rev=363648&r1=363647&r2=363648&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/CMakeLists.txt (original)
+++ cfe/trunk/lib/Frontend/CMakeLists.txt Mon Jun 17 22:15:59 2019
@@ -55,6 +55,7 @@ add_clang_library(clangFrontend
clangAST
clangBasic
clangDriver
+ clangIndex
clangEdit
clangLex
clangParse
More information about the cfe-commits
mailing list