From: Rafael Espindola Date: Thu, 24 Jul 2014 17:38:18 +0000 (+0000) Subject: Attempt at fixing the windows shared build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21c97687a589dd89f12fb40159ed5619d0ee0937;p=clang Attempt at fixing the windows shared build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213881 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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