================
@@ -349,7 +350,12 @@ class Triple {
/// triple fields unknown.
Triple() = default;
+ LLVM_ABI explicit Triple(std::string &&Str);
----------------
nikic wrote:Why `std::string &&` and `const std::string &` rather than one `std::string` ctor? https://github.com/llvm/llvm-project/pull/145685 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
