[LLVMdev] MAJOR API CHANGE: LLVMContext
Owen Anderson
resistor at mac.com
Wed Jul 8 10:00:34 PDT 2009
On Jul 8, 2009, at 8:47 AM, Owen Anderson wrote:
>
> The GlobalVariables can be (and are, for the create_sentinel()
> methods) constructed with null for the Module argument.
Chris has proposed, and I am planning to implement, a solution to this
whereby there will be two GV constructors: one that takes a mandatory
Module, and one that takes a mandatory Context, which should cut down
on the redundancy.
--Owen
More information about the llvm-dev
mailing list