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

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 09:42:23 PDT 2023


leonardchan added a comment.

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?


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