[PATCH] D13055: [ELF2] Handle -m option

Denis Protivensky via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 06:48:05 PDT 2015


denis-protivensky updated this revision to Diff 35862.
denis-protivensky marked 20 inline comments as done.
denis-protivensky added a comment.

Updated:

- Make ElfKind optional
- Move Emulations to the place of use
- Rename createTargetELFFile -> createELFFile
- Code style fixes
- Minimize the number of changes by excluding parts that may be removed


http://reviews.llvm.org/D13055

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/InputFiles.h
  ELF/Options.td
  ELF/SymbolTable.cpp
  ELF/Writer.cpp
  test/elf2/basic.s
  test/elf2/emulation.s
  test/elf2/incompatible.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13055.35862.patch
Type: text/x-patch
Size: 14772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150928/6bcc9f08/attachment.bin>


More information about the llvm-commits mailing list