Hi, Op 20-aug-06, om 21:18 heeft Reid Spencer het volgende geschreven:> I looked over your patch and it looks good. I applied a patch based on > yours. The llvm-ld tool now uses the PluginLoader just like the opt > tool. It will also run some cleanup passes after the loaded plugins > run > to ensure cruft is removed.OK, thanks. Your patch seems to work, although I also get the following unharmful warning (cf. http://llvm.cs.uiuc.edu/bugs/ show_bug.cgi?id=885): <unknown>: CommandLine Error: Argument 'verify' defined more than once! Kind regards, Bram Adams GH-SEL, INTEC, Ghent University (Belgium)
Do you have a verify option in your loaded module? Reid. On Sun, 2006-08-20 at 22:04 +0200, Bram Adams wrote:> Hi, > > Op 20-aug-06, om 21:18 heeft Reid Spencer het volgende geschreven: > > > I looked over your patch and it looks good. I applied a patch based on > > yours. The llvm-ld tool now uses the PluginLoader just like the opt > > tool. It will also run some cleanup passes after the loaded plugins > > run > > to ensure cruft is removed. > > OK, thanks. Your patch seems to work, although I also get the > following unharmful warning (cf. http://llvm.cs.uiuc.edu/bugs/ > show_bug.cgi?id=885): > > <unknown>: CommandLine Error: Argument 'verify' defined more than once! > > Kind regards, > > Bram Adams > GH-SEL, INTEC, Ghent University (Belgium) > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Actually, never mind .. its a result of using the PassNameParser. Will fix shortly. Reid. On Sun, 2006-08-20 at 13:26 -0700, Reid Spencer wrote:> Do you have a verify option in your loaded module? > > Reid. > > On Sun, 2006-08-20 at 22:04 +0200, Bram Adams wrote: > > Hi, > > > > Op 20-aug-06, om 21:18 heeft Reid Spencer het volgende geschreven: > > > > > I looked over your patch and it looks good. I applied a patch based on > > > yours. The llvm-ld tool now uses the PluginLoader just like the opt > > > tool. It will also run some cleanup passes after the loaded plugins > > > run > > > to ensure cruft is removed. > > > > OK, thanks. Your patch seems to work, although I also get the > > following unharmful warning (cf. http://llvm.cs.uiuc.edu/bugs/ > > show_bug.cgi?id=885): > > > > <unknown>: CommandLine Error: Argument 'verify' defined more than once! > > > > Kind regards, > > > > Bram Adams > > GH-SEL, INTEC, Ghent University (Belgium) > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Hi, Op 20-aug-06, om 22:26 heeft Reid Spencer het volgende geschreven:> Do you have a verify option in your loaded module?What exactly do you mean by "verify option"? Anyway, I did a grep on "verify" in my code, but found nothing. Kind regards, Bram Adams GH-SEL, INTEC, Ghent University (Belgium)