diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-06 20:14:02 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-06 20:14:02 +0000 |
| commit | c09ce7fd2d62d85dcdf370f4bef732380fca4f1b (patch) | |
| tree | dd5cf05b9ae703e6fb816b9663d4a0c903e0c2c6 /ELF/DriverUtils.cpp | |
| parent | 5d4d137132d719d0d20d119375b205d6a2c721ee (diff) | |
Notes
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(); |
