[PATCH] D89185: Fix broken bitstream linking with lld when e_machine > 255

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 10 09:17:53 PDT 2020


MaskRay added a comment.

> The corresponding ELF field can hold uint16_t, so change getBitcodeMachineKind() to uint16_t as well.

Just mention that it is `e_machine`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89185



More information about the llvm-commits mailing list