<p dir="ltr">Hello,</p>
<p dir="ltr">I'd like to add metadata to the constants generated from the sizeof keyword so I can see them in ir (so i can see that the constant int 24 was generated from 'sizeof(MyStruct)')</p>
<p dir="ltr">I've had a look through the codegen section of clang, but I can't find anything promising. Where should I look? </p>
<p dir="ltr">Thanks, Peter</p>