[flang-commits] [clang] [flang] [flang][Driver] Account for the default unwind library in linker test (PR #212419)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Mon Aug 10 07:49:54 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"
----------------
tarunprabhu wrote:
Is this change necessary?
https://github.com/llvm/llvm-project/pull/212419
More information about the flang-commits
mailing list