[PATCH] Add LinkageName to DIBuilder::createGlobalVariable
David Blaikie
dblaikie at gmail.com
Tue Mar 19 19:02:24 PDT 2013
Looks good to me - please commit.
On Sat, Mar 16, 2013 at 3:57 PM, Kai Nacke <kai at redstar.de> wrote:
> Hi!
>
> With the DIBuilder it is currently not possible to specify values for all
> metadata fields. Particularly I miss the possibility to specify the linkage
> name for a global variable.
>
> The attached patch overloads DIBuilder::createGlobalVariable and adds
> LinkageName as a new parameter.
>
> Regards
> Kai
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list