[flang-commits] [PATCH] D146807: [flang][Driver] Fix lto-flags.f90 on Solaris

Rainer Orth via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Mar 24 06:25:07 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG65c4aceb735b: [flang][Driver] Fix lto-flags.f90 on Solaris (authored by ro).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146807/new/

https://reviews.llvm.org/D146807

Files:
  flang/test/Driver/lto-flags.f90


Index: flang/test/Driver/lto-flags.f90
===================================================================
--- flang/test/Driver/lto-flags.f90
+++ flang/test/Driver/lto-flags.f90
@@ -1,4 +1,5 @@
-! UNSUPPORTED: system-windows
+! Solaris ld doesn't support the linker plugin interface
+! UNSUPPORTED: system-windows, system-solaris
 ! RUN: %flang -### -S %s 2>&1 | FileCheck %s --check-prefix=NO-LTO
 ! RUN: %flang -### -S -fno-lto %s 2>&1 | FileCheck %s --check-prefix=NO-LTO
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146807.508069.patch
Type: text/x-patch
Size: 478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230324/4b830ad0/attachment-0001.bin>


More information about the flang-commits mailing list