D39119: [llvm-dwarfdump] - Teach tool about few GNU call_sites constants.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 09:17:11 PDT 2017
>> @JDevlieghere: could you perhaps help @grimar to figure out what is missing here?
>
>
>The verifier currently doesn't consider DWARF expressions. I think this should be fairly easy to extend: just iterate over its iterations (as >the print function does) and check `DWARFExpression::Operation::isError()`.
>
>
>Repository:
> rL LLVM
>
>https://reviews.llvm.org/D39119
Yeah, that what I meant. That is another issue of verifier (that it does not check any expressions at all),
but it generally unrelative with DW_*_GNU_call_site things.
I think I can probably try extend it tomorrow though.
George.
More information about the llvm-commits
mailing list