[flang-commits] [flang] 1a4f144 - [flang] Match alternative names for crtend in fastmath test
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon Dec 12 05:35:11 PST 2022
Author: Tom Eccles
Date: 2022-12-12T13:32:38Z
New Revision: 1a4f1449ac523b53f7a5a8c1eee8004915ef97c5
URL: https://github.com/llvm/llvm-project/commit/1a4f1449ac523b53f7a5a8c1eee8004915ef97c5
DIFF: https://github.com/llvm/llvm-project/commit/1a4f1449ac523b53f7a5a8c1eee8004915ef97c5.diff
LOG: [flang] Match alternative names for crtend in fastmath test
The fastmath test checks that crtfastmath.o is added between crtbeginS.o
and crtendS.o. On some systems, crtend is called crtend.o - match these
too.
Related to https://reviews.llvm.org/D138675
Added:
Modified:
flang/test/Driver/fast_math.f90
Removed:
################################################################################
diff --git a/flang/test/Driver/fast_math.f90 b/flang/test/Driver/fast_math.f90
index 6a228158bdf9..84455eff0162 100644
--- a/flang/test/Driver/fast_math.f90
+++ b/flang/test/Driver/fast_math.f90
@@ -62,4 +62,4 @@
! RUN: | FileCheck --check-prefix=CHECK-CRT %s
! CHECK-CRT: {{crtbegin.?\.o}}
! CHECK-CRT-SAME: crtfastmath.o
-! CHECK-CRT-SAME: crtendS.o
+! CHECK-CRT-SAME: {{crtend.?\.o}}
More information about the flang-commits
mailing list