Skip to content

Commit 6816a13

Browse files
authored
[flang][Driver] Remove misleading test comment (#105528)
The test initially worked on ArmPL but this was changed during code review and I neglected to fix this comment. Thanks for pointing this out @banach-space
1 parent 839275d commit 6816a13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/test/Driver/fveclib-codegen.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
! test that -fveclib= is passed to the backend
2-
! -target aarch64 so that ArmPL is available
32
! RUN: %if aarch64-registered-target %{ %flang -S -Ofast -target aarch64-unknown-linux-gnu -fveclib=LIBMVEC -o - %s | FileCheck %s %}
43
! RUN: %if x86-registered-target %{ %flang -S -Ofast -target x86_64-unknown-linux-gnu -fveclib=LIBMVEC -o - %s | FileCheck %s %}
54
! RUN: %flang -S -Ofast -fveclib=NoLibrary -o - %s | FileCheck %s --check-prefix=NOLIB

0 commit comments

Comments
 (0)