diff options
Diffstat (limited to 'ELF/DriverUtils.cpp')
| -rw-r--r-- | ELF/DriverUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/DriverUtils.cpp b/ELF/DriverUtils.cpp index a81b133f674bc..3a20cd76efe27 100644 --- a/ELF/DriverUtils.cpp +++ b/ELF/DriverUtils.cpp @@ -146,7 +146,7 @@ std::string elf::createResponseFile(const opt::InputArgList &Args) { << "\n"; break; default: - OS << stringize(Arg) << "\n"; + OS << toString(Arg) << "\n"; } } return Data.str(); |
