[llvm] Improve file patterns for some backends. (PR #147633)
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 10:26:29 PDT 2025
================
@@ -784,18 +784,20 @@ backend:NVPTX:
backend:MIPS:
- '**/*mips*'
- '**/*Mips*'
+ - '**/*mips*/**'
+ - '**/*Mips*/**'
----------------
pcc wrote:
There don't seem to be any tests in that repository that test whether `**` not on its own also matches `/`, so I assume it doesn't work.
https://github.com/llvm/llvm-project/pull/147633
More information about the llvm-commits
mailing list