[llvm] [memprof] Update YAML traits for writer purposes (PR #118720)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 16:31:24 PST 2024
================
@@ -1177,6 +1177,11 @@ template <> struct MappingTraits<memprof::Frame> {
(void)Column;
(void)IsInlineFrame;
}
+
+ // Request the inline notation for brevity:
+ //
----------------
snehasish wrote:
Unnecessary empty line?
https://github.com/llvm/llvm-project/pull/118720
More information about the llvm-commits
mailing list