Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c9276 commit 92d0fd7Copy full SHA for 92d0fd7
1 file changed
mlir/include/mlir/IR/Remarks.h
@@ -95,7 +95,7 @@ class Remark {
95
remarkName(opts.remarkName.str()) {
96
if (!categoryName.empty() && !subCategoryName.empty()) {
97
(llvm::Twine(categoryName) + ":" + subCategoryName)
98
- .toStringRef(fullCategoryName);
+ .toVector(fullCategoryName);
99
}
100
101
0 commit comments