mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00:00
[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
This commit is contained in:
parent
bb48aa20e7
commit
bea45027b4
@ -60,6 +60,6 @@
|
||||
! UNSUPPORTED: system-windows, powerpc
|
||||
! RUN: %flang -ffast-math -### %s -o %t 2>&1 \
|
||||
! RUN: | FileCheck --check-prefix=CHECK-CRT %s
|
||||
! CHECK-CRT: crtbeginS.o
|
||||
! CHECK-CRT: {{crtbegin.?\.o}}
|
||||
! CHECK-CRT-SAME: crtfastmath.o
|
||||
! CHECK-CRT-SAME: crtendS.o
|
||||
|
Loading…
Reference in New Issue
Block a user