From: Fangrui Song Date: Sun, 3 Jun 2018 08:12:15 +0000 (+0000) Subject: clang-interpreter: Add missing LLVM component Object X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d255642ff40bc63a1174e2332347ad46243fe3fc;p=clang clang-interpreter: Add missing LLVM component Object git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333836 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/clang-interpreter/CMakeLists.txt b/examples/clang-interpreter/CMakeLists.txt index 5b4a6e8086..7b9657ec1a 100644 --- a/examples/clang-interpreter/CMakeLists.txt +++ b/examples/clang-interpreter/CMakeLists.txt @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS ExecutionEngine MC MCJIT + Object OrcJit Option RuntimeDyld