[llvm-commits] [llvm] r110333 - in /llvm/trunk/tools/bugpoint: BugDriver.cpp BugDriver.h OptimizerDriver.cpp bugpoint.cpp

Rafael Espindola espindola at google.com
Thu Aug 5 10:28:45 PDT 2010


> Thanks, was just about to do the same.

So the problem are the bugpoint test passes. They are not available in
opt. Since opt already have some bupoint only features, I think that
just moving them there is the correct solution. The attached patch
does that.

Another option is to build a plugin and have bugpoint pass the plugin
to opt. Let me know if you prefer that.

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: move.patch
Type: text/x-patch
Size: 7217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100805/0dd83371/attachment.bin>


More information about the llvm-commits mailing list