[flang-commits] [flang] [flang] Modify lto testcase for AIX (PR #74496)
Andrzej WarzyĆski via flang-commits
flang-commits at lists.llvm.org
Tue Dec 5 12:56:58 PST 2023
================
@@ -11,7 +11,7 @@
! Also check linker plugin opt for Thin LTO
! RUN: %flang -### -flto=thin %s 2>&1 | FileCheck %s \
-! RUN: --check-prefixes=%if system-darwin %{THIN-LTO-ALL%} \
+! RUN: --check-prefixes=%if system-darwin %{THIN-LTO-ALL%}%if system-aix %{THIN-LTO-ALL,THIN-LTO-LINKER-PLUGIN-AIX%} \
! RUN: %else %{THIN-LTO-ALL,THIN-LTO-LINKER-PLUGIN%}
----------------
banach-space wrote:
Why not write a separate RUN lines for different triples with different prefixes?
https://github.com/llvm/llvm-project/pull/74496
More information about the flang-commits
mailing list