From c09ce7fd2d62d85dcdf370f4bef732380fca4f1b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 6 Jan 2017 20:14:02 +0000 Subject: Vendor import of lld trunk r291274: https://llvm.org/svn/llvm-project/lld/trunk@291274 --- ELF/DriverUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ELF/DriverUtils.cpp') diff --git a/ELF/DriverUtils.cpp b/ELF/DriverUtils.cpp index a81b133f674b..3a20cd76efe2 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(); -- cgit v1.3