summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/clang-interpreter/CMakeLists.txt1
-rw-r--r--lib/Analysis/CMakeLists.txt1
-rw-r--r--tools/driver/CMakeLists.txt1
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/clang-interpreter/CMakeLists.txt b/examples/clang-interpreter/CMakeLists.txt
index d454539fda..3c66881d02 100644
--- a/examples/clang-interpreter/CMakeLists.txt
+++ b/examples/clang-interpreter/CMakeLists.txt
@@ -1,7 +1,6 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
- Interpreter
JIT
Support
native
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index 9de4fe34ef..461ffb0900 100644
--- a/lib/Analysis/CMakeLists.txt
+++ b/lib/Analysis/CMakeLists.txt
@@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
- MC
Support
)
diff --git a/tools/driver/CMakeLists.txt b/tools/driver/CMakeLists.txt
index 910732ece6..805aebfac3 100644
--- a/tools/driver/CMakeLists.txt
+++ b/tools/driver/CMakeLists.txt
@@ -11,7 +11,6 @@ set( LLVM_LINK_COMPONENTS
MCParser
ObjCARCOpts
Option
- ProfileData
ScalarOpts
Support
TransformUtils