[PATCH] D35686: [mips] Support -membedded-data and fix a related bug

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 08:18:46 PDT 2017


sdardis created this revision.
Herald added a subscriber: arichardson.

-membedded-data changes the location of constant data from the .sdata to
the .rodata section. Previously it was (incorrectly) always located in the
.rodata section.


Repository:
  rL LLVM

https://reviews.llvm.org/D35686

Files:
  lib/Target/Mips/MipsTargetObjectFile.cpp
  test/CodeGen/Mips/2008-07-15-SmallSection.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35686.107519.patch
Type: text/x-patch
Size: 3971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170720/dc2de1bd/attachment.bin>


More information about the llvm-commits mailing list