[flang-commits] [flang] Reland [flang] In AllocMemOp lowering, convert types for calling malloc on 32-bit (PR #130386)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon Mar 10 03:27:09 PDT 2025
================
@@ -4,6 +4,10 @@
! RUN: %flang_fc1 -emit-llvm -fopenmp -o - %s 2>&1 \
! RUN: | FileCheck %s
+! UNSUPPORTED: target-x86
+! UNSUPPORTED: target=sparc-{{.*}}
+! UNSUPPORTED: target=sparcel-{{.*}}
----------------
tblah wrote:
Why is this test unsupported on those platforms?
https://github.com/llvm/llvm-project/pull/130386
More information about the flang-commits
mailing list