Fix case of LLVM library names.

llvm-svn: 330604
This commit is contained in:
Nico Weber 2018-04-23 15:41:08 +00:00
parent 9863b48d4e
commit 2783a7b16e
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
set(LLVM_LINK_COMPONENTS
core
support
)
Core
Support
)
if(NOT CLANG_BUILT_STANDALONE)
set(tablegen_deps intrinsics_gen)