[PATCH] D70266: [ELF] Fix lld build on Windows/MinGW

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 13:02:17 PST 2019


mstorsjo added a reviewer: rnk.
mstorsjo added a subscriber: rnk.
mstorsjo added a comment.

Hmm, this is strange - I've successfully built lld for the MinGW ABI, but using clang, not gcc. If this fixes things for gcc, it would suggest that clang doesn't manage to match gcc's struct/bitfield layout in the previous case.

The change itself seems fine with me though. Adding @rnk, as he worked a lot on the struct layout/size thingies, and he might have some insight into the bitfield layout issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70266





More information about the llvm-commits mailing list