[PATCH] D15575: [ELF] Allow target to configure ELF header flags in the output file

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 09:27:30 PST 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.

The patch configure ELF header flags for MIPS target. For now the flags are hard coded. In fact they depends on ELF flags of input object files and selected emulation.

Repository:
  rL LLVM

http://reviews.llvm.org/D15575

Files:
  ELF/Target.cpp
  ELF/Target.h
  ELF/Writer.cpp
  test/ELF/basic-mips.s
  test/ELF/emulation.s
  test/ELF/mips-elf-flags.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15575.43018.patch
Type: text/x-patch
Size: 4017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151216/d9c18d15/attachment.bin>


More information about the llvm-commits mailing list