@jhuber6 This commit 8437b7f ( #131205) broke the build on ppc64le. You can reproduce by configuring with:
cmake -G Ninja -B build -S llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=Native -DLLVM_ENABLE_PROJECTS=clang -DLLVM_ENABLE_RUNTIMES="offload;openmp;compiler-rt" -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
And running:
See attached build logs for details. Note we aren't seeing the same failures on configurations where llvm is built with -DPPC_LINUX_DEFAULT_IEEELONGDOUBLE:BOOL=ON.