-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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with minor nits.
lib/Target/Mips/MipsTargetObjectFile.cpp | ||
---|---|---|
158 ↗ | (On Diff #107519) | Do we really need this comment? Its meaning is not obvious. |
lib/Target/Mips/MipsTargetObjectFile.cpp | ||
---|---|---|
158 ↗ | (On Diff #107519) | Hm, left over code from development. I'll remove before committing. |