[PATCH] D81488: [MSP430] Enable some basic support for debug information

Anatoly Trosinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 11:27:00 PDT 2020


atrosinenko updated this revision to Diff 272146.
atrosinenko added a comment.

Thanks! I have dropped the entire `#0` and `#1` attribute lists - that did not change the output. All the debug information nodes, on the other hand, were left intact (just in case) apart from omitting some parts of the `producer` string.

The patch was re-uploaded as two commits (that information was accidentally lost during previous update via web interface).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81488

Files:
  llvm/lib/Object/RelocationResolver.cpp
  llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
  llvm/lib/Target/MSP430/MSP430RegisterInfo.td
  llvm/test/DebugInfo/MSP430/dwarf-basics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81488.272146.patch
Type: text/x-patch
Size: 7484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200619/1e4096a4/attachment.bin>


More information about the llvm-commits mailing list