diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-24 14:28:00 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-24 14:28:00 +0000 |
| commit | 40849419e2cb8379b178912bf26fa2e70a39341f (patch) | |
| tree | 41c56d919763ecac75571eff18dbf329c3b98656 /lld/ELF/MapFile.cpp | |
| parent | 3b99c64ba1fd2a9ff92c2b1eb21e21a559da3810 (diff) | |
| download | bcm5719-llvm-40849419e2cb8379b178912bf26fa2e70a39341f.tar.gz bcm5719-llvm-40849419e2cb8379b178912bf26fa2e70a39341f.zip | |
Delete trivial getter.
llvm-svn: 296123
Diffstat (limited to 'lld/ELF/MapFile.cpp')
| -rw-r--r-- | lld/ELF/MapFile.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/ELF/MapFile.cpp b/lld/ELF/MapFile.cpp index 4e28fabfa04..9fb58d95cc8 100644 --- a/lld/ELF/MapFile.cpp +++ b/lld/ELF/MapFile.cpp @@ -102,8 +102,7 @@ static void writeMapFile2(raw_fd_ostream &OS, << " Align Out In File Symbol\n"; for (OutputSectionBase *Sec : OutputSections) { - writeOutSecLine(OS, Width, Sec->Addr, Sec->Size, Sec->Addralign, - Sec->getName()); + writeOutSecLine(OS, Width, Sec->Addr, Sec->Size, Sec->Addralign, Sec->Name); OS << '\n'; StringRef PrevName = ""; |

