[all-commits] [llvm/llvm-project] 69924c: Remove redundant lit config already handled in llv...
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Mar 10 14:11:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69924ccf7a328f5f9bcc7073f38fa608a0dbfe2c
https://github.com/llvm/llvm-project/commit/69924ccf7a328f5f9bcc7073f38fa608a0dbfe2c
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M clang-tools-extra/test/lit.cfg.py
Log Message:
-----------
Remove redundant lit config already handled in llvm_config. NFCI
This logic duplicates lit.llvm.initialize, which we're already calling
(in lit.site.cfg.py.in).
The equivalent logic was removed from clang in d4401d354a938dd366bf but
never cleaned up here.
More information about the All-commits
mailing list