From 8bc398fcb7182c7384eae236be1f550dcd912b8f Mon Sep 17 00:00:00 2001 From: Puyan Lotfi Date: Tue, 18 Jun 2019 04:40:03 +0000 Subject: [PATCH] [NFC] Fixing -DBUILD_SHARED_LIBS=ON problem caused by layering issue in D60974 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363646 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index 6598017cdd..c23ab1e7fe 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -55,7 +55,6 @@ add_clang_library(clangFrontend clangAST clangBasic clangDriver - clangIndex clangEdit clangLex clangParse -- 2.40.0