erichkeane wrote: I've been having this fail in my local build for a few days now: ``` ******************** TEST 'Clang :: Driver/offloading-interoperability.c' FAILED ******************** Exit Code: 1
Command Output (stderr): -- RUN: at line 4: /local/home/ekeane/llvm-project/build/bin/clang -### -x cuda --target=powerpc64le-linux-gnu -std=c++11 --cuda-gpu-arch=sm_35 -nocudainc -nocudalib -fopenmp=libomp /local/home/ekeane/llvm-project/clang/test/Driver/offloading-interoperability.c 2>&1 | /local/home/ekeane/llvm-project/build/bin/FileCheck /local/home/ekeane/llvm-project/clang/test/Driver/offloading-interoperability.c --check-prefix NO-OPENM P-FLAGS-FOR-CUDA-DEVICE + /local/home/ekeane/llvm-project/build/bin/clang -### -x cuda --target=powerpc64le-linux-gnu -std=c++11 --cuda-gpu-arch=sm_35 -nocudainc -nocudalib -fopenmp=libomp /local/home/ekeane/llvm-project/clang/test/Driver/offloading-interoperability.c + /local/home/ekeane/llvm-project/build/bin/FileCheck /local/home/ekeane/llvm-project/clang/test/Driver/offloading-interoperability.c --check-prefix NO-OPENMP-FLAGS-FOR-CUDA-DEVICE -- ******************** ``` I've got an AMD epyc machine, so I don't think it is a machine problem, but also the output doesn't really tell me anything? https://github.com/llvm/llvm-project/pull/94000 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits