MIPS specific .sdata and .sbss directives create corresponding sections with proper initialized ELF flags including ELF::SHF_MIPS_GPREL.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D17001
[MC][ELF] Handle MIPS specific .sdata and .sbss directives ClosedPublic Authored by atanasyan on Feb 8 2016, 2:40 PM.
Details Summary MIPS specific .sdata and .sbss directives create corresponding sections with proper initialized ELF flags including ELF::SHF_MIPS_GPREL.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 10 2016, 7:25 PM Closed by commit rL260498: [MC][ELF] Handle MIPS specific .sdata and .sbss directives (authored by atanasyan). · Explain WhyFeb 10 2016, 10:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47600 llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
llvm/trunk/test/CodeGen/Mips/mips-shf-gprel.ll
llvm/trunk/test/CodeGen/Mips/mips-shf-gprel.s
|