[PATCH] [DWARF] Fix a few corner cases in expression emission
Keno Fischer
kfischer at college.harvard.edu
Mon Jun 8 13:31:36 PDT 2015
Is `DW_OP_reg5 DW_OP_plus_uconst 4` actually valid DWARF? My reading of the spec was that you had to express that as
`DW_OP_breg5 4 DW_OP_stack_value`, but of course I can't argue with a DWARF committee member ;).
REPOSITORY
rL LLVM
http://reviews.llvm.org/D10302
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list