We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b888842 commit 86f70c9Copy full SHA for 86f70c9
flang/test/Driver/print-supported-cpus.f90
@@ -36,8 +36,9 @@
36
! AARCH64: cortex-a73
37
! AARCH64: cortex-a75
38
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.
+! The footer displayed contains a reference to clang. This should be changed to
+! flang, but that requires a change in llvm/MCSubtargetInfo. When that happens,
+! this test will need to be updated and this comment can be removed.
42
43
! CHECK: Use -mcpu or -mtune to specify the target's processor.
44
+! CHECK: For example, clang --target=aarch64-unknown-linux-gnu
0 commit comments