[flang-commits] [flang] [flang] Add target=sparc check for big endian (NFC) (PR #105854)
via flang-commits
flang-commits at lists.llvm.org
Fri Aug 23 09:50:32 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-flang-semantics
Author: Kelvin Li (kkwli)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/105854.diff
1 Files Affected:
- (modified) flang/test/Semantics/data08.f90 (+1-1)
``````````diff
diff --git a/flang/test/Semantics/data08.f90 b/flang/test/Semantics/data08.f90
index 7e12a71d117728..84cd6d1c125dbb 100644
--- a/flang/test/Semantics/data08.f90
+++ b/flang/test/Semantics/data08.f90
@@ -1,5 +1,5 @@
! RUN: %flang_fc1 -fdebug-dump-symbols -pedantic %s 2>&1 | FileCheck %s \
-! RUN: --check-prefixes=%if system-aix %{"CHECK","BE"%} \
+! RUN: --check-prefixes=%if target={{.*-aix.*|sparc.*}} %{"CHECK","BE"%} \
! RUN: %else %{"CHECK","LE"%}
! CHECK: DATA statement value initializes 'jx' of type 'INTEGER(4)' with CHARACTER
``````````
</details>
https://github.com/llvm/llvm-project/pull/105854
More information about the flang-commits
mailing list