================
@@ -4,6 +4,7 @@
 
 ! RUN: %flang -### -target ppc64le-linux-gnu %S/Inputs/hello.f90 2>&1 | 
FileCheck %s --check-prefixes=CHECK,GNU
 ! RUN: %flang -### -target aarch64-apple-darwin %S/Inputs/hello.f90 2>&1 | 
FileCheck %s --check-prefixes=CHECK,DARWIN
+! RUN: %flang -### -target sparc-sun-solaris2.11 %S/Inputs/hello.f90 2>&1 | 
FileCheck %s --check-prefixes=CHECK,GNU
----------------
banach-space wrote:

> My comment was not about the test.

My original comment in this thread was specifically about:
```
! RUN: %flang -### -target sparc-sun-solaris2.11 %S/Inputs/hello.f90 2>&1 | 
FileCheck %s --check-prefixes=CHECK,GNU
```
in 
[linker-flags.f90](https://github.com/llvm/llvm-project/pull/65644/files/31bdd3477d9f54996b71584598bdd75f2cef31db#diff-4c1ccab047579d6c5abdd4f4fe3e1947e6d344e7e0c3e04048e72d61f43cbb3f)
 :)

[nit] Perhaps you could start a separate thread? GitHub UI is so confusing ...

https://github.com/llvm/llvm-project/pull/65644
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to