[flang-commits] [flang] [flang] Modify lto testcase for AIX (PR #74496)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Wed Dec 6 06:32:27 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%}
----------------
luporl wrote:
It seems `-###` doesn't require the tested targets to be built in llvm, because no code is generated, so this is fine.
https://github.com/llvm/llvm-project/pull/74496
More information about the flang-commits
mailing list