[PATCH] D13055: [ELF2] Handle -m option
Denis Protivensky via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 05:32:18 PDT 2015
denis-protivensky updated this revision to Diff 36505.
denis-protivensky added a comment.
Updated:
- Remove isCompatibleWith method
- Rename OPT_emulation -> OPT_m
- Rename applyEmulation -> setELFType
Returned back FirstObjName config variable since we need a flag indicating whether ELF parameters were grabbed from the first object file or from the -m option.
http://reviews.llvm.org/D13055
Files:
ELF/Config.h
ELF/Driver.cpp
ELF/Driver.h
ELF/InputFiles.cpp
ELF/InputFiles.h
ELF/Options.td
ELF/SymbolTable.cpp
test/elf2/basic.s
test/elf2/emulation.s
test/elf2/incompatible.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13055.36505.patch
Type: text/x-patch
Size: 14587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151005/2ae08f8a/attachment.bin>
More information about the llvm-commits
mailing list