[PATCH] D11016: Fix CMake build after 241620.
Siva Chandra
sivachandra at google.com
Tue Jul 7 16:03:13 PDT 2015
sivachandra added a reviewer: aprantl.
sivachandra added a subscriber: cfe-commits.
http://reviews.llvm.org/D11016
Files:
lib/CodeGen/CMakeLists.txt
tools/clang-check/CMakeLists.txt
Index: tools/clang-check/CMakeLists.txt
===================================================================
--- tools/clang-check/CMakeLists.txt
+++ tools/clang-check/CMakeLists.txt
@@ -1,5 +1,4 @@
set( LLVM_LINK_COMPONENTS
- ${LLVM_TARGETS_TO_BUILD}
Analysis
CodeGen
Core
Index: lib/CodeGen/CMakeLists.txt
===================================================================
--- lib/CodeGen/CMakeLists.txt
+++ lib/CodeGen/CMakeLists.txt
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
+ ${LLVM_TARGETS_TO_BUILD}
Analysis
BitReader
BitWriter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11016.29220.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150707/eb1458b8/attachment.bin>
More information about the cfe-commits
mailing list