================ @@ -784,18 +784,20 @@ backend:NVPTX: backend:MIPS: - '**/*mips*' - '**/*Mips*' + - '**/*mips*/**' + - '**/*Mips*/**' ---------------- arsenm wrote: Does `**` only work after a `/`? https://github.com/llvm/llvm-project/pull/147633