search for: d16083

Displaying 2 results from an estimated 2 matches for "d16083".

Did you mean: d11083
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 t...
2016 Jan 15
2
Should DISubprogram's scope be allowed to be null?
...hange and I never worked through the implications of that. > 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...