[clang-tools-extra] r199072 - [CMake] module-map-checker itself should depend just on LLVMSupport.
NAKAMURA Takumi
geek4civic at gmail.com
Sun Jan 12 19:20:07 PST 2014
Author: chapuni
Date: Sun Jan 12 21:20:07 2014
New Revision: 199072
URL: http://llvm.org/viewvc/llvm-project?rev=199072&view=rev
Log:
[CMake] module-map-checker itself should depend just on LLVMSupport.
Modified:
clang-tools-extra/trunk/module-map-checker/CMakeLists.txt
Modified: clang-tools-extra/trunk/module-map-checker/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/module-map-checker/CMakeLists.txt?rev=199072&r1=199071&r2=199072&view=diff
==============================================================================
--- clang-tools-extra/trunk/module-map-checker/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/module-map-checker/CMakeLists.txt Sun Jan 12 21:20:07 2014
@@ -1,8 +1,5 @@
set(LLVM_LINK_COMPONENTS
- ${LLVM_TARGETS_TO_BUILD}
- asmparser
- support
- mc
+ Support
)
add_clang_executable(module-map-checker
More information about the cfe-commits
mailing list