Skip to content

ppc64le offload build broken by 8437b7f5584765ad4f7885500647657714930fbb #136596

@tstellar

Description

@tstellar

@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:

ninja -C build runtimes

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions