Global is external, but doesn't have external or weak linkage!

Hi,

I have a pass that creates a GlobalVariable, when I ran it get the following error:

Global is external, but doesn’t have external or weak linkage!

i8** @myvar

This is how I create the GlobalVariable: