[PATCH] D84383: [DWARFYAML] Pull out common helper functions for rnglist and loclist tables. NFC.
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 07:56:52 PDT 2020
Higuoxing added inline comments.
================
Comment at: llvm/lib/ObjectYAML/DWARFEmitter.cpp:454
+ Values.size(), EncodingString.str().c_str(), ExpectedOperands);
+ }
+
----------------
grimar wrote:
> nit: you do not need curly braces around `return createStringError....`
Oh, thanks for pointing this out!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84383/new/
https://reviews.llvm.org/D84383
More information about the llvm-commits
mailing list