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
|
||||
MC
|
||||
MCJIT
|
||||
Option
|
||||
Support
|
||||
native
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue