[llvm] Improve file patterns for some backends. (PR #147633)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 8 18:22:31 PDT 2025
================
@@ -784,18 +784,20 @@ backend:NVPTX:
backend:MIPS:
- '**/*mips*'
- '**/*Mips*'
+ - '**/*mips*/**'
+ - '**/*Mips*/**'
----------------
boomanaiden154 wrote:
I believe the underlying implementation is https://github.com/isaacs/minimatch#minimatch, so whatever works there.
https://github.com/llvm/llvm-project/pull/147633
More information about the llvm-commits
mailing list