forked from OSchip/llvm-project
Add LLVMOption to clang-interpreter, corresponding to r291938.
llvm-svn: 292007
This commit is contained in:
parent
7e3ee09ad2
commit
9393654530
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
MC
|
MC
|
||||||
MCJIT
|
MCJIT
|
||||||
|
Option
|
||||||
Support
|
Support
|
||||||
native
|
native
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue