Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 31084 Build 31083: arc lint + arc unit
Event Timeline
Comment Actions
Looks good to me. Thanks for fixing this.
test/tools/llvm-dwarfdump/X86/debug-names-many-tu.s | ||
---|---|---|
76 | I believe it is not necessary, as your abbreviation for the compile unit DIE says DW_CHILDREN_no. The same goes for the other question. |
Comment Actions
.long 0 // DW_IDE_die_offset
>
.long .Ltu_die0-.Lcu_begin0 // DW_IDX_die_offset
to make the example more plausible
Question: should I add an end-of-mark (.byte 0) here?