[PATCH] D122258: [MC] Omit DWARF unwind info if compact unwind is present where eligible

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 12 07:49:36 PDT 2022


int3 added a comment.

Buildbots gave me a bunch of errors of the form

/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-mc: error: unable to get target for 'arm64-apple-macos11.0', see --version and --triple.

I'm wondering if I'm just missing a REQUIRES line, but then again I don't see any other tests under MC/MachO that use REQUIRES...

Or should I be using `darwin` instead of `macos`? Does it matter?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122258



More information about the llvm-commits mailing list