[all-commits] [llvm/llvm-project] 448b77: Stop passing site cfg files via --param to llvm-lit.
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Apr 7 05:22:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 448b777b864a312e3b2ceae1e0cd59752a1fe90e
https://github.com/llvm/llvm-project/commit/448b777b864a312e3b2ceae1e0cd59752a1fe90e
Author: Nico Weber <thakis at chromium.org>
Date: 2020-04-07 (Tue, 07 Apr 2020)
Changed paths:
M clang-tools-extra/clangd/test/CMakeLists.txt
M clang/test/CMakeLists.txt
M lld/test/CMakeLists.txt
M llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn
M llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn
M llvm/utils/gn/secondary/clang/test/BUILD.gn
M llvm/utils/gn/secondary/lld/test/BUILD.gn
M llvm/utils/gn/secondary/llvm/test/BUILD.gn
Log Message:
-----------
Stop passing site cfg files via --param to llvm-lit.
This has been unnecessary since https://reviews.llvm.org/D37756.
https://reviews.llvm.org/D37838 removed it for llvm.
This removes it from clang, lld, clang-tools-extra (and the GN build).
No intended behavior change.
Differential Revision: https://reviews.llvm.org/D77585
More information about the All-commits
mailing list