clangTooling: Update libdeps: LLVMOptions, since r280118.

llvm-svn: 280187
This commit is contained in:
NAKAMURA Takumi 2016-08-31 00:46:32 +00:00
parent 6110c9aa02
commit 3766d106c8
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
set(LLVM_LINK_COMPONENTS support)
set(LLVM_LINK_COMPONENTS
Option
Support
)
add_subdirectory(Core)