forked from OSchip/llvm-project
[CMake] module-map-checker itself should depend just on LLVMSupport.
llvm-svn: 199072
This commit is contained in:
parent
949282efec
commit
07ef316ff3
|
@ -1,8 +1,5 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
support
|
||||
mc
|
||||
Support
|
||||
)
|
||||
|
||||
add_clang_executable(module-map-checker
|
||||
|
|
Loading…
Reference in New Issue