summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-06-03 08:12:15 +0000
committerFangrui Song <maskray@google.com>2018-06-03 08:12:15 +0000
commitd255642ff40bc63a1174e2332347ad46243fe3fc (patch)
tree815d141c1178cd6dc5d86ab4b49643c50202c4aa /examples
parentea8877c890e6c13133b7c36837a1dc9a771dc82f (diff)
downloadclang-d255642ff40bc63a1174e2332347ad46243fe3fc.tar.gz
clang-interpreter: Add missing LLVM component Object
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333836 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/clang-interpreter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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