[clang] [Driver] Make the FileCheck less strict for some tests. (PR #94349)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 4 08:24:35 PDT 2024


================
@@ -12,7 +12,7 @@
 // RUN:     --sysroot=%S/Inputs/mips_mti_linux/sysroot \
 // RUN:   | FileCheck --check-prefix=CHECK-BE-HF-32R2 %s
 //
-// CHECK-BE-HF-32R2: "{{[^"]*}}clang{{[^"]*}}" {{.*}} "-triple" "mips-mti-linux"
----------------
hokein wrote:

Thanks, I wasn't aware of the `-no-canonical-prefixes` option, it fixes the failures.

https://github.com/llvm/llvm-project/pull/94349


More information about the cfe-commits mailing list