1 # Don't include this target in LLVMExports. FIXME: is there a cleaner way?
2 set(EXCLUDE_FROM_ALL ON)
4 # Not add_clang_library: this is not part of clang's public library interface.
5 # Unit tests should depend on this with target_link_libraries(), rather
6 # than with clang_target_link_libraries().
7 add_llvm_library(clangTesting
18 clang_target_link_libraries(clangTesting
27 target_link_libraries(clangTesting