This enables printing of DWARF form types after the DWARF attribute
types. Feature parity with dwarfdump-classic.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks!
include/llvm/DebugInfo/DIContext.h | ||
---|---|---|
144 | At some point we should convert this to a bitfield or into an enum bitfield. | |
test/tools/llvm-dwarfdump/X86/form.test | ||
14 | I find the naming confusing, I would expect FORM to check the case where -F is specified. | |
41 | why not: FORM-NOT: DW_FORM_ and be done with it? | |
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | ||
174 | please add all new options to the tools/llvm-dwarfdump/cmdline.test testcase, too, it catches bugs such as the wrong option category. |
At some point we should convert this to a bitfield or into an enum bitfield.