[flang-commits] [clang] [flang] [driver] Generalize the code that adds the path of libflang_rt.runtime.a. (PR #134362)
Daniel Chen via flang-commits
flang-commits at lists.llvm.org
Fri Apr 4 11:15:06 PDT 2025
================
@@ -2,7 +2,7 @@
! 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,UNIX,UNIX-F128NONE
+! RUN: %flang -### --target=ppc64le-linux-gnu %S/Inputs/hello.f90 2>&1 | FileCheck %s --check-prefixes=CHECK,UNIX,UNIX-F128%f128-lib
----------------
DanielCChen wrote:
Thanks for the quick review!
Yes. This change is actually "undo" PR #134320 that was put in to unblock the build failure.
https://github.com/llvm/llvm-project/pull/134362
More information about the flang-commits
mailing list