[Testing] Fix standalone builds after a7691dee2d

This commit is contained in:
Sam McCall 2022-04-21 23:22:22 +02:00
parent f6a5ab6c8c
commit 713800d331
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Don't include this target in LLVMExports. FIXME: is there a cleaner way?
set(EXCLUDE_FROM_ALL ON)
# Not add_clang_library: this is not part of clang's public library interface.
# Unit tests should depend on this with target_link_libraries(), rather
# than with clang_target_link_libraries().