[clang] [Driver] Link Flang runtime on Solaris (PR #65644)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 15 02:25:29 PDT 2023


================
@@ -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


More information about the cfe-commits mailing list