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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits