r363646 - [NFC] Fixing -DBUILD_SHARED_LIBS=ON problem caused by layering issue in D60974

Puyan Lotfi via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 17 21:40:04 PDT 2019


Author: zer0
Date: Mon Jun 17 21:40:03 2019
New Revision: 363646

URL: http://llvm.org/viewvc/llvm-project?rev=363646&view=rev
Log:
[NFC] Fixing -DBUILD_SHARED_LIBS=ON problem caused by layering issue in  D60974

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=363646&r1=363645&r2=363646&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/CMakeLists.txt (original)
+++ cfe/trunk/lib/Frontend/CMakeLists.txt Mon Jun 17 21:40:03 2019
@@ -55,7 +55,6 @@ add_clang_library(clangFrontend
   clangAST
   clangBasic
   clangDriver
-  clangIndex
   clangEdit
   clangLex
   clangParse




More information about the cfe-commits mailing list