[PATCH] D107969: [llvm-readobj] Support dumping of MSP430 ELF attributes

Jozef Lawrynowicz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 08:42:35 PDT 2021


jozefl created this revision.
Herald added subscribers: dexonsmith, jdoerfert, rupprecht, hiraditya, mgorny.
Herald added a reviewer: jhenderson.
jozefl requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

The MSP430 ABI supports build attributes for specifying
the ISA, code model, data model and enum size in ELF object files.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107969

Files:
  llvm/include/llvm/Support/MSP430AttributeParser.h
  llvm/include/llvm/Support/MSP430Attributes.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/MSP430AttributeParser.cpp
  llvm/lib/Support/MSP430Attributes.cpp
  llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp
  llvm/test/CodeGen/MSP430/build-attrs.ll
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107969.366006.patch
Type: text/x-patch
Size: 11071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210812/42c6d777/attachment.bin>


More information about the llvm-commits mailing list