llvm-strings: Fix r286556 to add required libraries.

llvm-svn: 286594
This commit is contained in:
NAKAMURA Takumi 2016-11-11 14:17:37 +00:00
parent afacd8d86e
commit 295eeff050

View File

@ -1,5 +1,7 @@
set(LLVM_LINK_COMPONENTS
Core
Object
Support
)
add_llvm_tool(llvm-strings