summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-15 11:37:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-15 11:37:03 +0000
commita3e118e3a3c386a88363e82b0b6c7a2af059eedb (patch)
treeddd79a6b8b3331b5e1875fea5fd6a2956e21f943 /examples
parent70138bc8882c6c4eee78de55f5a6356c242c0f00 (diff)
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
I checked this with Release+Asserts on x86_64-mingw32. Please restore partially if this were overkill. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/clang-interpreter/CMakeLists.txt1
1 files changed, 0 insertions, 1 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