[all-commits] [llvm/llvm-project] 3e2424: [lld] Replace SmallStr.str().str() with std::strin...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 29 21:30:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3e24242a7dc99ef04676cc7e227bd3652e80c975
https://github.com/llvm/llvm-project/commit/3e24242a7dc99ef04676cc7e227bd3652e80c975
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M lld/COFF/Driver.cpp
M lld/ELF/DriverUtils.cpp
M lld/MinGW/Driver.cpp
M lld/wasm/Driver.cpp
Log Message:
-----------
[lld] Replace SmallStr.str().str() with std::string conversion operator.
Use the std::string conversion operator introduced in
d7049213d0fcda691c9e79f9b41e357198d99738.
More information about the All-commits
mailing list