[all-commits] [llvm/llvm-project] bea450: [flang] match alternate names for crtbegin in fast...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Mon Dec 12 03:29:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bea45027b43ec61a3efc4b487ceca2da25504432
https://github.com/llvm/llvm-project/commit/bea45027b43ec61a3efc4b487ceca2da25504432
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 alternate names for crtbegin in fastmath test
The fastmath test checks that crtfastmath.o is added between crtbeginS.o
and crtend.o. On some systems the first file is instead called
crtbegin.o - match these too.
Related to https://reviews.llvm.org/D138675
More information about the All-commits
mailing list