]> granicus.if.org Git - clang/commitdiff
Fix case of LLVM library names.
authorNico Weber <nicolasweber@gmx.de>
Mon, 23 Apr 2018 15:41:08 +0000 (15:41 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 23 Apr 2018 15:41:08 +0000 (15:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330604 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-import-test/CMakeLists.txt

index 836efac8ac3e1e7916b01e3069ba599bf1bfca40..dfccfe2304bd9748a8596bd6e570ec662d52b549 100644 (file)
@@ -1,7 +1,7 @@
 set(LLVM_LINK_COMPONENTS
-  core
-  support
-)
+  Core
+  Support
+  )
 
 if(NOT CLANG_BUILT_STANDALONE)
   set(tablegen_deps intrinsics_gen)