summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-07-24 17:38:18 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-07-24 17:38:18 +0000
commit21c97687a589dd89f12fb40159ed5619d0ee0937 (patch)
treed88a1d3ba0139ca61c935fc59433997eb8d8982b /examples
parent26c5f1de0adc6edc443e9608a42b947ab82dd5af (diff)
Attempt at fixing the windows shared build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/clang-interpreter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/clang-interpreter/CMakeLists.txt b/examples/clang-interpreter/CMakeLists.txt
index 74831ded02..4c6db12a4e 100644
--- a/examples/clang-interpreter/CMakeLists.txt
+++ b/examples/clang-interpreter/CMakeLists.txt
@@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
+ MC
MCJIT
Support
native