]> granicus.if.org Git - clang/commitdiff
clang-interpreter: Add missing LLVM component Object
authorFangrui Song <maskray@google.com>
Sun, 3 Jun 2018 08:12:15 +0000 (08:12 +0000)
committerFangrui Song <maskray@google.com>
Sun, 3 Jun 2018 08:12:15 +0000 (08:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333836 91177308-0d34-0410-b5e6-96231b3b80d8

examples/clang-interpreter/CMakeLists.txt

index 5b4a6e8086abbe5a2cdd14c0aaaebe8c4d807c1f..7b9657ec1abf50f269fb0ac2db217947f0b1fd5b 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   ExecutionEngine
   MC
   MCJIT
+  Object
   OrcJit
   Option
   RuntimeDyld