[PATCH] D95913: [lld-macho] Implement -bundle_loader

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 11:19:25 PST 2021


oontvoo added a comment.

In D95913#2566101 <https://reviews.llvm.org/D95913#2566101>, @oontvoo wrote:

> One more thing, some tests started to fail after the signed => unsigned types change ...  I must've missed something obvious ... thoughts?

P.S: never mind - I'd forgot to also handle the special_imm case in `LazyBindingSection::encode()`.
(resolved by refactoring the code to use encodeDylibOrdinal)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95913



More information about the llvm-commits mailing list