[PATCH] D30129: Fix asm printing of associated sections

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 17:09:48 PST 2017


eugenis created this revision.

Make MCSectionELF::AssociatedSection be a link to a symbol, because
that's how it works in the assembly, and use it in the asm printer.


Repository:
  rL LLVM

https://reviews.llvm.org/D30129

Files:
  include/llvm/MC/MCContext.h
  include/llvm/MC/MCSectionELF.h
  lib/MC/ELFObjectWriter.cpp
  lib/MC/MCContext.cpp
  lib/MC/MCParser/ELFAsmParser.cpp
  lib/MC/MCSectionELF.cpp
  lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  test/MC/ELF/section.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30129.88997.patch
Type: text/x-patch
Size: 11743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170218/cc2400d3/attachment.bin>


More information about the llvm-commits mailing list