[all-commits] [llvm/llvm-project] 1a4f14: [flang] Match alternative names for crtend in fast...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Mon Dec 12 05:35:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a4f1449ac523b53f7a5a8c1eee8004915ef97c5
https://github.com/llvm/llvm-project/commit/1a4f1449ac523b53f7a5a8c1eee8004915ef97c5
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M flang/test/Driver/fast_math.f90
Log Message:
-----------
[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
More information about the All-commits
mailing list