[PATCH] D148042: [MSP430] Get the DWARF pointer size from MCAsmInfo instead of DataLayout.

Anton Korobeynikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 14:15:27 PDT 2023


asl added a comment.

The change looks good from MSP430 perspective. We will need it in any case (or something similar) for MSP430X case as there we're having 16-bit platform with 20-bit pointers. Apparently it turned out that there is no such thing as "ELF16" and msp430-gcc already generates ELF32 for MSP430 target.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148042



More information about the llvm-commits mailing list