Skip to content

Commit 86f70c9

Browse files
author
Tarun Prabhu
committed
Update test. This is expected to fail when llvm/MCSubtargetInfo is fixed so it
does not always print clang in the footer of the output.
1 parent b888842 commit 86f70c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

flang/test/Driver/print-supported-cpus.f90

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
! AARCH64: cortex-a73
3737
! AARCH64: cortex-a75
3838

39-
! TODO: This is a line that is printed at the end of the output. The full line
40-
! also includes an example that references clang. That needs to be fixed and a
41-
! a check added here to make sure that it references flang, not clang.
39+
! The footer displayed contains a reference to clang. This should be changed to
40+
! flang, but that requires a change in llvm/MCSubtargetInfo. When that happens,
41+
! this test will need to be updated and this comment can be removed.
4242

4343
! CHECK: Use -mcpu or -mtune to specify the target's processor.
44+
! CHECK: For example, clang --target=aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)