[PATCH] D37714: llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 15:15:08 PDT 2017
JDevlieghere accepted this revision.
JDevlieghere added a comment.
LGTM!
================
Comment at: include/llvm/DebugInfo/DIContext.h:117
+/// This is just a helper to programmatically construct DIDumpType.
+enum DIDumpTypeCounter {
+ DIDT_ID_Null = 0,
----------------
Is this already being used somewhere?
Repository:
rL LLVM
https://reviews.llvm.org/D37714
More information about the llvm-commits
mailing list