Author: maskray
Date: Sun Jun 3 01:12:15 2018
New Revision: 333836
URL: http://llvm.org/viewvc/llvm-project?rev=333836&view=rev
Log:
clang-interpreter: Add missing LLVM component Object
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=333836&r1=333835&r2=333836&view=diff
==============================================================================
--- cfe/trunk/examples/clang-interpreter/CMakeLists.txt (original)
+++ cfe/trunk/examples/clang-interpreter/CMakeLists.txt Sun Jun 3 01:12:15 2018
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
MC
MCJIT
+ Object
OrcJit
Option
RuntimeDyld
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits