]> granicus.if.org Git - clang/commitdiff
[CMake] ClangCodeGenTests: Add Core. It's referenced by the test.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 27 Aug 2014 01:50:00 +0000 (01:50 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 27 Aug 2014 01:50:00 +0000 (01:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216515 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/CodeGen/CMakeLists.txt

index adab03841d9664b25f809376925b9025eab7db5a..df58b263bdf9859c5a0047b96de50f7b3b583ae6 100644 (file)
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  Core
   ProfileData
   Support
   )