COFF: Use short identifiers. NFC.

llvm-svn: 243229
This commit is contained in:
Rui Ueyama
2015-07-25 21:54:50 +00:00
parent 5c437cd1e9
commit 5e706b3ee3
12 changed files with 56 additions and 60 deletions

View File

@@ -209,7 +209,7 @@ private:
unget();
}
if (Config->MachineType == I386 && !E.Name.startswith("_@?"))
if (Config->Machine == I386 && !E.Name.startswith("_@?"))
E.Name = Alloc->save("_" + E.Name);
for (;;) {