[PATCH] D30724: Dont emit Mapping symbols for sections that contain only data.

Shankar Easwaran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 17:24:33 PST 2017


shankare updated this revision to Diff 91115.
shankare retitled this revision from "Dont emit Mapping symbols for Non allocatable sections." to "Dont emit Mapping symbols for sections that contain only data.".
shankare added a comment.

Update with comments from Tim and address the issue that he mentioned.


https://reviews.llvm.org/D30724

Files:
  include/llvm/MC/MCELFStreamer.h
  include/llvm/MC/MCObjectStreamer.h
  lib/MC/MCELFStreamer.cpp
  lib/MC/MCObjectStreamer.cpp
  lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  test/MC/ARM/Inputs/1.s
  test/MC/ARM/Inputs/2.s
  test/MC/ARM/Inputs/3.s
  test/MC/ARM/Inputs/4.s
  test/MC/ARM/Inputs/5.s
  test/MC/ARM/Inputs/6.s
  test/MC/ARM/Inputs/7.s
  test/MC/ARM/Inputs/attr.s
  test/MC/ARM/Inputs/ident.s
  test/MC/ARM/data-in-code.ll
  test/MC/ARM/mappingsymbols.s
  test/MC/ARM/multi-section-mapping.s
  test/Object/ARM/nm-mapping-symbol.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30724.91115.patch
Type: text/x-patch
Size: 15713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170309/fd481027/attachment.bin>


More information about the llvm-commits mailing list