[PATCH] D41375: [WebAssembly] Add support for writing out init functions in linking section
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 27 01:41:20 PST 2017
ruiu added inline comments.
================
Comment at: wasm/OutputSections.cpp:184
+std::string SubSection::getSectionName() {
+ return std::string("subsection <type=") + std::to_string(Type) + ">";
+}
----------------
Can't you omit std::string?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D41375
More information about the llvm-commits
mailing list