[flang-commits] [flang] [Driver] Link Flang runtime on Solaris (PR #65644)

Rainer Orth via flang-commits flang-commits at lists.llvm.org
Wed Oct 18 02:59:32 PDT 2023


================
@@ -2,8 +2,9 @@
 ! invocation. These libraries are added on top of other standard runtime
 ! libraries that the Clang driver will include.
 
-! RUN: %flang -### -target ppc64le-linux-gnu %S/Inputs/hello.f90 2>&1 | FileCheck %s --check-prefixes=CHECK,GNU
+! RUN: %flang -### -target ppc64le-linux-gnu %S/Inputs/hello.f90 2>&1 | FileCheck %s --check-prefixes=CHECK,UNIX
----------------
rorth wrote:

Done: since I'd already touched almost half the instances, I changed them all for consistency.

https://github.com/llvm/llvm-project/pull/65644


More information about the flang-commits mailing list