Replace PrettyPrinter class in MapFile.cpp with a few non-member functions.
authorRui Ueyama <ruiu@google.com>
Fri, 28 Apr 2017 23:29:15 +0000 (23:29 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 28 Apr 2017 23:29:15 +0000 (23:29 +0000)
commit3151958cbdbc626884c3dc2872f350def0594041
tree2806e903534ae7d56bf510d6e2bbe547b10f8a97
parentc8ab6bb27d13ce791cf5efccd12d385dda5f9e46
Replace PrettyPrinter class in MapFile.cpp with a few non-member functions.

Since the output format has been simplified, the class to print
out a map file doesn't seem to be needed anymore. We can replace
it with a few non-member functions.

llvm-svn: 301715
lld/ELF/MapFile.cpp