[Mlir-commits] [clang] [flang] [mlir] [flang][flang-driver][mlir][OpenMP] atomic control support (PR #143441)

Peter Klausler llvmlistbot at llvm.org
Thu Jul 24 12:30:58 PDT 2025


klausler wrote:

llvm-project/main fails to build on x86-64 Linux:
```
Testing: 
FAIL: Flang :: Lower/OpenMP/atomic-control-options.f90 (1 of 3701)
******************** TEST 'Flang :: Lower/OpenMP/atomic-control-options.f90' FAILED ********************
Exit Code: 2

Command Output (stderr):
--
/home/pklausler/llvm-project/build/x86/gcc/9.3.0/Release/shared/bin/flang -fc1 -emit-hlfir -triple amdgcn-amd-amdhsa -fopenmp -fopenmp-is-device -munsafe-fp-atomics /home/pklausler/llvm-project/flang/test/Lower/OpenMP/atomic-control-options.f90 -o - | /home/pklausler/llvm-project/build/x86/gcc/9.3.0/Release/shared/bin/FileCheck -check-prefix=UNSAFE-FP-ATOMICS /home/pklausler/llvm-project/flang/test/Lower/OpenMP/atomic-control-options.f90 # RUN: at line 1
+ /home/pklausler/llvm-project/build/x86/gcc/9.3.0/Release/shared/bin/flang -fc1 -emit-hlfir -triple amdgcn-amd-amdhsa -fopenmp -fopenmp-is-device -munsafe-fp-atomics /home/pklausler/llvm-project/flang/test/Lower/OpenMP/atomic-control-options.f90 -o -
+ /home/pklausler/llvm-project/build/x86/gcc/9.3.0/Release/shared/bin/FileCheck -check-prefix=UNSAFE-FP-ATOMICS /home/pklausler/llvm-project/flang/test/Lower/OpenMP/atomic-control-options.f90
error: unable to create target: 'No available targets are compatible with triple "amdgcn-amd-amdhsa"'
FileCheck error: '<stdin>' is empty.
FileCheck command line:  /home/pklausler/llvm-project/build/x86/gcc/9.3.0/Release/shared/bin/FileCheck -check-prefix=UNSAFE-FP-ATOMICS /home/pklausler/llvm-project/flang/test/Lower/OpenMP/atomic-control-options.f90
```

https://github.com/llvm/llvm-project/pull/143441


More information about the Mlir-commits mailing list