Skip to content

Commit

Permalink
clang-interpreter: Add missing LLVM component Object
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333836 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MaskRay committed Jun 3, 2018
1 parent ea8877c commit d255642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/clang-interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
MC
MCJIT
Object
OrcJit
Option
RuntimeDyld
Expand Down

0 comments on commit d255642

Please sign in to comment.