Displaying 2 results from an estimated 2 matches for "refgvar".
Did you mean:
defvar
2012 Jan 17
0
[LLVMdev] ValueMapper question: no type mapping for GlobalValue?
...);
Linker *linker = new Linker("linker-name", "main-module",
context, 0);
string errMsg;
linker->LinkInModule(mod1, &errMsg);
Module *mod2 = new Module("second", context);
GlobalVariable *refGVar =
new GlobalVariable(*mod2, type->getPointerTo(), false,
GlobalValue::ExternalLinkage,
gvar,
"referencing_variable"
);
// do the verifier pass (completes successfull...
2012 Jan 13
2
[LLVMdev] ValueMapper question: no type mapping for GlobalValue?
=?ISO-8859-1?Q?Rafael_=C1vila_de_Esp=EDndola?= wrote:
> > I can reproduce this consistently, but only under an extremely large pile of
> > code :-) I haven't tried to strip it down to minimal a test case yet, but I
> > will. One salient difference with the code you've provided is that in my
> > code, @a is a struct type. However, changing the example to use a