[PATCH] D138675: [flang] Add -ffast-math and -Ofast
Valentin Clement via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 12 05:15:52 PST 2022
clementval added a comment.
In D138675#3988110 <https://reviews.llvm.org/D138675#3988110>, @tblah wrote:
> In D138675#3987836 <https://reviews.llvm.org/D138675#3987836>, @clementval wrote:
>
>> I have the `Driver/fast_math.f90` failing on my side.
>>
>> llvm-project/flang/test/Driver/fast_math.f90:63:14: error: CHECK-CRT: expected string not found in input
>> ! CHECK-CRT: crtbeginS.o
>>
>> I have a `crtbegin.o` in the link line but not a `crtbeginS.o `
>
> Thanks for the heads up. This should be fixed by https://github.com/llvm/llvm-project/commit/bea45027b43ec61a3efc4b487ceca2da25504432
Thanks for the fix. `crtendS.o` has the same issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138675/new/
https://reviews.llvm.org/D138675
More information about the cfe-commits
mailing list