diff options
Diffstat (limited to 'lld/ELF/MapFile.cpp')
| -rw-r--r-- | lld/ELF/MapFile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/MapFile.cpp b/lld/ELF/MapFile.cpp index 4d76e22f37f5..e5f5c4f4ff23 100644 --- a/lld/ELF/MapFile.cpp +++ b/lld/ELF/MapFile.cpp @@ -213,7 +213,7 @@ void writeMapFile() { } static void print(StringRef a, StringRef b) { - outs() << left_justify(a, 49) << " " << b << "\n"; + lld::outs() << left_justify(a, 49) << " " << b << "\n"; } // Output a cross reference table to stdout. This is for --cref. @@ -244,7 +244,7 @@ void writeCrossReferenceTable() { } // Print out a header. - outs() << "Cross Reference Table\n\n"; + lld::outs() << "Cross Reference Table\n\n"; print("Symbol", "File"); // Print out a table. |
