[all-commits] [llvm/llvm-project] 5ea38b: [lit][NFC] Avoid unintended -EMPTY suffix in check...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon Jul 22 08:22:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ea38b86a3011b31f2b2a0de330e32971de4a067
https://github.com/llvm/llvm-project/commit/5ea38b86a3011b31f2b2a0de330e32971de4a067
Author: Paul Kirth <paulkirth at google.com>
Date: 2024-07-22 (Mon, 22 Jul 2024)
Changed paths:
M llvm/utils/lit/tests/Inputs/shtest-env/env-calls-env.txt
Log Message:
-----------
[lit][NFC] Avoid unintended -EMPTY suffix in check prefix (#99690)
FileCheck has special handline for the `-EMPTY` suffix, that should
match empty lines. Overloading the suffix can be a source of confusion
when reading tests. Additionally, the current implementation seems to
match the following expressions, which appears to be a bug in FileCheck.
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