[clang] [Driver] Link Flang runtime on Solaris (PR #65644)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 17 11:55:06 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
----------------
MaskRay wrote:
while changing the lines, change deprecated `-target ` to `--target=`
https://github.com/llvm/llvm-project/pull/65644
More information about the cfe-commits
mailing list