This has been unnecessary since https://reviews.llvm.org/D37756.
https://reviews.llvm.org/D37838 removed it for llvm.
This removes it for clang, lld, clang-tools-extra (and for the GN build).
No intended behavior change.
Paths
| Differential D77585
Stop passing site cfg files via --param to llvm-lit. ClosedPublic Authored by thakis on Apr 6 2020, 1:30 PM.
Details
Summary This has been unnecessary since https://reviews.llvm.org/D37756. https://reviews.llvm.org/D37838 removed it for llvm. This removes it for clang, lld, clang-tools-extra (and for the GN build). No intended behavior change.
Diff Detail
Event TimelineHerald added subscribers: usaxena95, kadircet, arphaman and 2 others. · View Herald TranscriptApr 6 2020, 1:30 PM Comment Actions lgtm
This revision is now accepted and ready to land.Apr 7 2020, 1:10 AM Closed by commit rG448b777b864a: Stop passing site cfg files via --param to llvm-lit. (authored by thakis). · Explain WhyApr 7 2020, 5:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 255650 clang-tools-extra/clangd/test/CMakeLists.txt
clang/test/CMakeLists.txt
lld/test/CMakeLists.txt
llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn
llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn
llvm/utils/gn/secondary/clang/test/BUILD.gn
llvm/utils/gn/secondary/lld/test/BUILD.gn
llvm/utils/gn/secondary/llvm/test/BUILD.gn
|
This and ANALYZER_TEST_PARAMS_Z3 are just dropped because they're unused, right?