[PATCH] D116480: [DebugInfo] Support 2-byte addresses for global location attributes.

Jack Andersen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 1 13:19:27 PST 2022


jackoalan created this revision.
jackoalan added reviewers: labrinea, dblaikie.
Herald added a subscriber: hiraditya.
jackoalan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is mainly to fix an assert which was moved into a block taken by 2-byte
platforms. The actual `PointerSize` uses are not relevant for these platforms.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116480

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/test/DebugInfo/MSP430/global-var.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116480.396875.patch
Type: text/x-patch
Size: 5154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220101/7599acd8/attachment.bin>


More information about the llvm-commits mailing list