[PATCH] D142888: [compiler-rt] Fix scudo build on ARM

Leandro Lupori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 10:22:18 PDT 2023


luporl added a comment.

In D142888#4243675 <https://reviews.llvm.org/D142888#4243675>, @leonardchan wrote:

> Hi. I suspect this broke our cross-compile arm builder at https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-linux-xarm64/b8784742626732805873/overview with:
>
>   -- Supported architectures for crt: aarch64
>   CMake Error at /b/s/w/ir/x/w/llvm-llvm-project/compiler-rt/lib/scudo/standalone/CMakeLists.txt:151 (message):
>     No suitable unwinder library
>   
>   
>   -- Configuring incomplete, errors occurred!
>
> Would you be able to take a look or revert?

Sorry, I'll revert it and investigate what is causing this error.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142888/new/

https://reviews.llvm.org/D142888



More information about the llvm-commits mailing list