Displaying 2 results from an estimated 2 matches for "jyan2".
Did you mean:
jyan
2012 Aug 14
2
[LLVMdev] Modifying Named Structure Types
Hi,
I am trying to write a module pass that traverses through named structure
types defined and modifies the type of certain fields in these named types.
Is there any simple way of doing this? I am not quite sure how to get the
LLVMContext's pImpl working from a pass since LLVMContextImpl is
forward-declared.
Thanks,
Joe
-------------- next part --------------
An HTML attachment was
2012 Aug 14
0
[LLVMdev] Modifying Named Structure Types
On Tue, Aug 14, 2012 at 1:23 PM, Joe Yan <jyan2 at umd.edu> wrote:
> Hi,
>
> I am trying to write a module pass that traverses through named structure
> types defined and modifies the type of certain fields in these named types.
> Is there any simple way of doing this? I am not quite sure how to get the
> LLVMContext's p...