summaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-31 15:27:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-31 15:27:16 +0000
commit65e4532b787478c6b7a8039d59843224fed633dd (patch)
tree631bc2096898763917e664b8e6857f21d820deb0 /examples/ExceptionDemo
parent66d3a86a9a99c92b769802af5229d42ccdc650f8 (diff)
[CMake] llvm/examples: Update libdeps for unoptimized builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/ExceptionDemo')
-rw-r--r--examples/ExceptionDemo/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ExceptionDemo/CMakeLists.txt b/examples/ExceptionDemo/CMakeLists.txt
index a08a7c30bd8..9cadd94c24a 100644
--- a/examples/ExceptionDemo/CMakeLists.txt
+++ b/examples/ExceptionDemo/CMakeLists.txt
@@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
+ MC
MCJIT
Support
nativecodegen