================
@@ -52,13 +52,13 @@ lldb_private::FunctionCallLabel::fromString(llvm::StringRef
label) {
lldb::user_id_t module_id = 0;
if (!llvm::to_integer(module_label, module_id))
- return llvm::createStringError(
- llvm::formatv("failed to parse module ID from '{0}'.", module_label));
+ return llvm::createStringError("failed to parse module ID from '{0}'.",
----------------
Michael137 wrote:
```suggestion
return llvm::createStringErrorV("failed to parse module ID from '{0}'.",
```
https://github.com/llvm/llvm-project/pull/176428
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits