[flang-commits] [clang] [flang] [flang][Driver] Account for the default unwind library in linker test (PR #212419)
via flang-commits
flang-commits at lists.llvm.org
Tue Aug 11 00:21:36 PDT 2026
================
@@ -45,7 +47,7 @@
! UNIX-F128LIBQUADMATH-SAME: "-lflang_rt.quadmath" "--as-needed" "-lquadmath" "--no-as-needed"
! SOLARIS-F128LIBQUADMATH-SAME: "-lflang_rt.quadmath" "-z" "ignore" "-lquadmath" "-z" "record"
! UNIX-SAME: "-lflang_rt.runtime" "-lm"
-! COMPILER-RT: "{{.*}}{{\\|/}}libclang_rt.builtins.a"
+! COMPILER-RT: "{{[^"]*}}{{\\|/}}libclang_rt.builtins.a"
----------------
leovancekang wrote:
Restored. I changed the pattern to keep the match within a single quoted linker argument. However, that restriction is not needed for this test and is unrelated to this fix.
https://github.com/llvm/llvm-project/pull/212419
More information about the flang-commits
mailing list