[flang-commits] [clang] [flang] [Flang][Flang-Driver]Fix to add atomic control options in non-fc1 mode (PR #154638)
Daniel Chen via flang-commits
flang-commits at lists.llvm.org
Sun Aug 31 08:48:08 PDT 2025
DanielCChen wrote:
The test case started to fail on AIX only after this PR because the addition of the following runs.
```
! RUN: %flang --offload-arch=gfx90a --offload-device-only -fopenmp -emit-llvm -S %s -munsafe-fp-atomics -nogpulib -o -|FileCheck -check-prefix=UNSAFE-FP-ATOMICS %s
...
! RUN: %flang --offload-arch=gfx90a.....
...
```
Would it be possible to separate the test case into two to put the above testing into a new one so we can disable it on AIX?We still want to test the the other set of options (1st version of the test) on AIX so we don't regress it.
https://github.com/llvm/llvm-project/pull/154638
More information about the flang-commits
mailing list