[clang][test] Fix -DBUILD_SHARED_LIBS build by adding depency on MC from clangTesting
Commit 34de7da624
(D143436) introduced a
dependency on the TargetRegistry in `getAnyTargetForTesting`. This is
part of MC, which wasn't listed in clang/lib/Testing/CMakeLists.txt.
This broke the -DBUILD_SHARED_LIBS=True builds.
This commit is contained in:
parent
55cb579652
commit
482d22d05a
|
@ -11,6 +11,7 @@ add_llvm_library(clangTesting
|
|||
BUILDTREE_ONLY
|
||||
|
||||
LINK_COMPONENTS
|
||||
MC
|
||||
Support
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user