[PATCH] D13227: [ELF2] Add initial MIPS support

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 14:36:49 PDT 2015


atanasyan created this revision.
atanasyan added reviewers: ruiu, rafael.
atanasyan added a subscriber: llvm-commits.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a project: lld.

Besides a trivial MIPS support the patch introduces new TargetInfo class member getDefEntryName() to override default name of the entry symbol. MIPS uses __start for that.

Repository:
  rL LLVM

http://reviews.llvm.org/D13227

Files:
  ELF/SymbolTable.cpp
  ELF/Target.cpp
  ELF/Target.h
  test/elf2/basic-mips.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13227.35910.patch
Type: text/x-patch
Size: 9961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150928/57f724b4/attachment.bin>


More information about the llvm-commits mailing list