ELF2: Sort. NFC.

llvm-svn: 249803
This commit is contained in:
Rui Ueyama 2015-10-09 02:46:28 +00:00
parent 648956118b
commit fe7eeed585
1 changed files with 1 additions and 1 deletions

View File

@ -44,10 +44,10 @@ struct Configuration {
bool ExportDynamic;
bool NoInhibitExec;
bool NoUndefined;
bool ZNow = false;
bool Shared;
bool Static = false;
bool WholeArchive = false;
bool ZNow = false;
ELFKind ElfKind = ELFNoneKind;
uint16_t EMachine = llvm::ELF::EM_NONE;
};