Add LLVMOption to clang-interpreter, corresponding to r291938.

llvm-svn: 292007
This commit is contained in:
NAKAMURA Takumi 2017-01-14 08:54:05 +00:00
parent 7e3ee09ad2
commit 9393654530
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
MC
MCJIT
Option
Support
native
)