[PATCH] D20384: Refactor 1 symbol record
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 13:02:16 PDT 2016
zturner added inline comments.
================
Comment at: include/llvm/DebugInfo/CodeView/SymbolRecord.h:95
@@ +94,3 @@
+ RecordOffset(RecordOffset), Header(*H), Annotations(Annotations) {}
+
+ static ErrorOr<InlineSiteSym> deserialize(SymbolRecordKind Kind,
----------------
Probably not, but that's essentially what the old code did. I can make it so that it doesn't.
http://reviews.llvm.org/D20384
More information about the llvm-commits
mailing list