[PATCH] D17001: [MC][ELF] Handle MIPS specific .sdata and .sbss directives

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 14:41:06 PST 2016


atanasyan created this revision.
atanasyan added a reviewer: dsanders.
atanasyan added a subscriber: llvm-commits.
atanasyan set the repository for this revision to rL LLVM.
Herald added a reviewer: vkalintiris.
Herald added a subscriber: dsanders.

MIPS specific .sdata and .sbss directives create corresponding sections with proper initialized ELF flags including ELF::SHF_MIPS_GPREL.

Repository:
  rL LLVM

http://reviews.llvm.org/D17001

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  test/CodeGen/Mips/mips-shf-gprel.ll
  test/CodeGen/Mips/mips-shf-gprel.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17001.47249.patch
Type: text/x-patch
Size: 3741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160208/362e97f8/attachment.bin>


More information about the llvm-commits mailing list