Add support for the -membedded-data option which places constant data in
the .rodata section, rather than the .sdata section.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D35914
[mips] Add support -m(no-)embedded-data option ClosedPublic Authored by sdardis on Jul 26 2017, 1:58 PM.
Details Summary Add support for the -membedded-data option which places constant data in
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 31 2017, 3:40 PM Closed by commit rL309935: [mips] Add support -m(no-)embedded-data option (authored by sdardis). · Explain WhyAug 3 2017, 6:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 109530 cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/Driver/ToolChains/Clang.cpp
cfe/trunk/test/Driver/mips-features.c
|