r213881 - Attempt at fixing the windows shared build.

Rafael Espindola rafael.espindola at gmail.com
Thu Jul 24 10:38:18 PDT 2014


Author: rafael
Date: Thu Jul 24 12:38:18 2014
New Revision: 213881

URL: http://llvm.org/viewvc/llvm-project?rev=213881&view=rev
Log:
Attempt at fixing the windows shared build.

Modified:
    cfe/trunk/examples/clang-interpreter/CMakeLists.txt

Modified: cfe/trunk/examples/clang-interpreter/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/clang-interpreter/CMakeLists.txt?rev=213881&r1=213880&r2=213881&view=diff
==============================================================================
--- cfe/trunk/examples/clang-interpreter/CMakeLists.txt (original)
+++ cfe/trunk/examples/clang-interpreter/CMakeLists.txt Thu Jul 24 12:38:18 2014
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
+  MC
   MCJIT
   Support
   native





More information about the cfe-commits mailing list