This revision was automatically updated to reflect the committed changes.
Closed by commit rL309935: [mips] Add support -m(no-)embedded-data option
(authored by sdardis).
Repository:
rL LLVM
https://reviews.llvm.org/D35914
Files:
cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/Dri
atanasyan accepted this revision.
atanasyan added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D35914
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo
sdardis created this revision.
Herald added a subscriber: arichardson.
Add support for the -membedded-data option which places constant data in
the .rodata section, rather than the .sdata section.
https://reviews.llvm.org/D35914
Files:
include/clang/Driver/Options.td
lib/Driver/ToolChains/C