Skip to content

Commit

Permalink
Fix windows path (\\ vs /)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTruby committed Jul 17, 2024
1 parent 70dbdf2 commit 878a9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/test/Driver/linker-flags.f90
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
! UNIX-F128LIBQUADMATH-SAME: "-lFortranFloat128Math" "--as-needed" "-lquadmath" "--no-as-needed"
! SOLARIS-F128LIBQUADMATH-SAME: "-lFortranFloat128Math" "-z" "ignore" "-lquadmath" "-z" "record"
! UNIX-SAME: "-lFortranRuntime" "-lFortranDecimal" "-lm"
! COMPILER-RT: "{{.*}}/libclang_rt.builtins.a"
! COMPILER-RT: "{{.*}}{{\\|/}}libclang_rt.builtins.a"

! DARWIN-LABEL: "{{.*}}ld{{(\.exe)?}}"
! DARWIN-SAME: "[[object_file]]"
Expand Down

0 comments on commit 878a9a9

Please sign in to comment.