Displaying 2 results from an estimated 2 matches for "disuprogram".
Did you mean:
disubprogram
2016 Jan 15
2
Should DISubprogram's scope be allowed to be null?
I'm looking at cases of disagreement between assertions in the backend and
what the Verifier checks for (for http://reviews.llvm.org/D16083). One of
these seems to be the question of whether a DISuprogram may exist without a
DICompileUnit. Currently the Verifier doesn't care, but there are a few
assertions to this extent in the backend.
Possible options are:
1) A DISubprogram may exist without a DICompileUnit (what would we have to
change in the backend?)
2) A DISubprogram's scope may be nu...
2016 Jan 15
2
Should DISubprogram's scope be allowed to be null?
...> On Fri, Jan 15, 2016 at 4:26 AM, Keno Fischer <kfischer at college.harvard.edu> wrote:
> I'm looking at cases of disagreement between assertions in the backend and what the Verifier checks for (for http://reviews.llvm.org/D16083). One of these seems to be the question of whether a DISuprogram may exist without a DICompileUnit. Currently the Verifier doesn't care, but there are a few assertions to this extent in the backend.
> Possible options are:
>
> 1) A DISubprogram may exist without a DICompileUnit (what would we have to change in the backend?)
> 2) A DISubprogram...