summaryrefslogtreecommitdiffstats
path: root/lld/ELF/MapFile.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2017-03-17 11:56:54 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2017-03-17 11:56:54 +0000
commitf64618a621f4da195a6e7e3ab1a5ea062f81dbcb (patch)
tree1612de04784ee7836ac40678a412fdcdcced9c22 /lld/ELF/MapFile.cpp
parent5a5c54f78ece71048e39899d504d5208a9b752b4 (diff)
downloadbcm5719-llvm-f64618a621f4da195a6e7e3ab1a5ea062f81dbcb.tar.gz
bcm5719-llvm-f64618a621f4da195a6e7e3ab1a5ea062f81dbcb.zip
[ELF] - Detemplate SymbolBody::getVA and SymbolBody::getPltVA. NFC.
llvm-svn: 298071
Diffstat (limited to 'lld/ELF/MapFile.cpp')
-rw-r--r--lld/ELF/MapFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/MapFile.cpp b/lld/ELF/MapFile.cpp
index e1194b5bf41..31c8091bb6a 100644
--- a/lld/ELF/MapFile.cpp
+++ b/lld/ELF/MapFile.cpp
@@ -87,7 +87,7 @@ static void writeInputSection(raw_fd_ostream &OS, const InputSection *IS,
continue;
if (DR->isSection())
continue;
- writeSymbolLine(OS, Width, Sym->getVA<ELFT>(), Sym->getSize<ELFT>(),
+ writeSymbolLine(OS, Width, Sym->getVA(), Sym->getSize<ELFT>(),
toString(*Sym));
OS << '\n';
}
OpenPOWER on IntegriCloud