summaryrefslogtreecommitdiffstats
path: root/examples/HowToUseJIT/CMakeLists.txt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-12-08 15:28:02 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-12-08 15:28:02 +0000
commitc3e85bfe21db848cd8501e815c7dfcfa5b1e8295 (patch)
tree2f6e3eaf954d9e79f9f4a7a10dd568da96bc1105 /examples/HowToUseJIT/CMakeLists.txt
parent806f05a329959ea1c8689cc3008a29686594aa19 (diff)
Prune unused libdeps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289060 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/HowToUseJIT/CMakeLists.txt')
-rw-r--r--examples/HowToUseJIT/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/HowToUseJIT/CMakeLists.txt b/examples/HowToUseJIT/CMakeLists.txt
index a344ad07ca63..e86626d5cec6 100644
--- a/examples/HowToUseJIT/CMakeLists.txt
+++ b/examples/HowToUseJIT/CMakeLists.txt
@@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
- MC
Support
nativecodegen
)