llvm-project/clang/lib/Testing
Alex Bradbury 482d22d05a [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.
2023-03-17 14:45:48 +00:00
..
CMakeLists.txt
CommandLineArgs.cpp
TestAST.cpp