summaryrefslogtreecommitdiff
path: root/clang/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
commit75ae73f346f2c24cc7b5d19324fcca2ea83c5beb (patch)
tree8e9c101534a100c65d4397ce5a367f85d01a3fdf /clang/examples
parent353499fc953c782c69542ad8ab8665b0f55ba01e (diff)
downloadllvm-75ae73f346f2c24cc7b5d19324fcca2ea83c5beb.tar.gz
clang-interpreter: Add missing LLVM component Object
llvm-svn: 333836
Diffstat (limited to 'clang/examples')
-rw-r--r--clang/examples/clang-interpreter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/examples/clang-interpreter/CMakeLists.txt b/clang/examples/clang-interpreter/CMakeLists.txt
index 5b4a6e8086ab..7b9657ec1abf 100644
--- a/clang/examples/clang-interpreter/CMakeLists.txt
+++ b/clang/examples/clang-interpreter/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
MC
MCJIT
+ Object
OrcJit
Option
RuntimeDyld