mirror of https://github.com/microsoft/clang.git
Add LLVMOption to clang-interpreter, corresponding to r291938.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292007 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
39b986dd31
commit
6c88744ec3
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
ExecutionEngine
|
||||
MC
|
||||
MCJIT
|
||||
Option
|
||||
Support
|
||||
native
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue