[PATCH] D76067: [llvm-dwp] Refactor handling of section identifiers. NFCI.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 07:09:39 PDT 2020


ikudrin updated this revision to Diff 253859.
ikudrin added a comment.

- Use a named constant `DW_SECT_INFO` in the translation function instead of a numeric constant `1`.
- Rename the functions.

It seems like we generally consent about the way proposed in D75929 <https://reviews.llvm.org/D75929>. I am updating this patch because other changes slightly depend on it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76067/new/

https://reviews.llvm.org/D76067

Files:
  llvm/tools/llvm-dwp/llvm-dwp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76067.253859.patch
Type: text/x-patch
Size: 4430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200331/9551c14a/attachment-0001.bin>


More information about the llvm-commits mailing list