This was probably not particularly intended to be public, and disallows deps
on gtest which are useful in test helpers.
https://discourse.llvm.org/t/stop-exporting-clangtesting-library/61672
Paths
| Differential D123610
[Testing] Drop clangTesting from clang's public library interface ClosedPublic Authored by sammccall on Apr 12 2022, 7:27 AM.
Details Summary This was probably not particularly intended to be public, and disallows deps https://discourse.llvm.org/t/stop-exporting-clangtesting-library/61672
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 12 2022, 12:14 PM
This revision was landed with ongoing or failed builds.Apr 20 2022, 4:29 AM Closed by commit rG4cec789c177d: [Testing] Drop clangTesting from clang's public library interface (authored by sammccall). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423869 clang/lib/CMakeLists.txt
clang/lib/Testing/CMakeLists.txt
clang/unittests/AST/CMakeLists.txt
clang/unittests/ASTMatchers/CMakeLists.txt
clang/unittests/ASTMatchers/Dynamic/CMakeLists.txt
clang/unittests/Analysis/CMakeLists.txt
clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
clang/unittests/Sema/CMakeLists.txt
clang/unittests/StaticAnalyzer/CMakeLists.txt
clang/unittests/Tooling/Syntax/CMakeLists.txt
|
OOO, what is clang_TLL?