[all-commits] [llvm/llvm-project] 794f82: [Flang] Enable lit's internal shell by default
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Aug 29 16:00:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 794f82edfcec16df3f8ab97efd6901d0e6c62468
https://github.com/llvm/llvm-project/commit/794f82edfcec16df3f8ab97efd6901d0e6c62468
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M flang/test/lit.cfg.py
Log Message:
-----------
[Flang] Enable lit's internal shell by default
Lit's internal shell is faster as it avoids the overhead of needing to
fork bash for every run line, and also provides better debug information
on failures.
Now that all of flang's tests work correctly with lit's internal shell,
we can enable it by default to take advantage of the benefits.
Towards #102704.
Reviewers: clementval, kiranchandramohan, Meinersbur
Reviewed By: clementval
Pull Request: https://github.com/llvm/llvm-project/pull/156116
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list