[flang-commits] [flang] [flang] Update a test case for AIX (NFC) (PR #201865)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Fri Jun 5 10:54:43 PDT 2026
================
@@ -5,9 +5,12 @@
! CHECK-DS: "-fdata-sections"
! CHECK-NODS-NOT: "-fdata-sections"
-! RUN: %flang -### %s 2>&1 \
+! RUN: %flang -### -target x86_64-none-linux-gnu %s 2>&1 \
! RUN: | FileCheck %s --check-prefix=CHECK-NOFS --check-prefix=CHECK-NODS
----------------
kkwli wrote:
I add the test. Thanks.
https://github.com/llvm/llvm-project/pull/201865
More information about the flang-commits
mailing list