From 21c97687a589dd89f12fb40159ed5619d0ee0937 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 24 Jul 2014 17:38:18 +0000 Subject: [PATCH] Attempt at fixing the windows shared build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213881 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/clang-interpreter/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1