summaryrefslogtreecommitdiffstats
path: root/lld/COFF/DLL.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-07-25 21:54:50 +0000
committerRui Ueyama <ruiu@google.com>2015-07-25 21:54:50 +0000
commit5e706b3ee31b4e42a69a184fabc8b8cfbf4677af (patch)
treeef6cf8de05beb423368ad50f2db0ebf68a994a93 /lld/COFF/DLL.cpp
parent5c437cd1e98bd72d7cfe411564ca082edd7bb922 (diff)
downloadbcm5719-llvm-5e706b3ee31b4e42a69a184fabc8b8cfbf4677af.tar.gz
bcm5719-llvm-5e706b3ee31b4e42a69a184fabc8b8cfbf4677af.zip
COFF: Use short identifiers. NFC.
llvm-svn: 243229
Diffstat (limited to 'lld/COFF/DLL.cpp')
-rw-r--r--lld/COFF/DLL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/DLL.cpp b/lld/COFF/DLL.cpp
index 09123bcaacc..0e3c969c4f3 100644
--- a/lld/COFF/DLL.cpp
+++ b/lld/COFF/DLL.cpp
@@ -426,7 +426,7 @@ void DelayLoadContents::create(Defined *H) {
}
Chunk *DelayLoadContents::newThunkChunk(DefinedImportData *S, Chunk *Dir) {
- switch (Config->MachineType) {
+ switch (Config->Machine) {
case AMD64:
return new ThunkChunkX64(S, Dir, Helper);
case I386:
OpenPOWER on IntegriCloud