[all-commits] [llvm/llvm-project] ae31f9: [lld-macho] Change bitfield types to be identical.

Vy Nguyen via All-commits all-commits at lists.llvm.org
Tue Nov 2 12:49:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae31f9fbaddd57a3c1c63bfd7baf1511122a49f7
      https://github.com/llvm/llvm-project/commit/ae31f9fbaddd57a3c1c63bfd7baf1511122a49f7
  Author: Vy Nguyen <vyng at google.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M lld/MachO/Symbols.h

  Log Message:
  -----------
  [lld-macho] Change bitfield types to be identical.

Symbol's subclasses all have an additional bitfield of type uint8_t (RefState enum).
For the bitfields in the same block tomerge, they should be of the same type. (clang/gcc will work, but others like MSVC does not)

Differential Revision: https://reviews.llvm.org/D113040




More information about the All-commits mailing list