Exemple #1
0
 public void AddModule(Module m)
 {
     LLVM.AddModule(this.Unwrap(), m.Unwrap());
     this.AssociateWithModule(m);
 }