[PATCH] D100973: [lld-macho] Support LC_ENCRYPTION_INFO

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 11:22:39 PDT 2021


thakis added a comment.

In D100973#2705999 <https://reviews.llvm.org/D100973#2705999>, @thakis wrote:

> Test fails for me with:
>
>   /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc: error: : error: unable to get target for 'arm64_32-apple-watchos', see --version and --triple.
>
> I only enable the x86 target in llvm. Either needs a `REQUIRES: aarch64` or the arm bits should be in their own file or something.

I added the REQUIRES in b309f17abf1 <https://reviews.llvm.org/rGb309f17abf1af2ebff8d5f244336a46a6e4b193a>. LMK if you'd rather split the test instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100973



More information about the llvm-commits mailing list