forked from OSchip/llvm-project
clang-interpreter: Add missing LLVM component Object
llvm-svn: 333836
This commit is contained in:
parent
353499fc95
commit
75ae73f346
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
ExecutionEngine
|
||||
MC
|
||||
MCJIT
|
||||
Object
|
||||
OrcJit
|
||||
Option
|
||||
RuntimeDyld
|
||||
|
|
Loading…
Reference in New Issue