[llvm-commits] Minor patch for the bugpoint

Dmitry N. Mikushin maemarcus at gmail.com
Mon Mar 19 14:12:59 PDT 2012


Dear LLVM,

Thanks much for the bugpoint! We were able to connect bugpoint driver
directly to our application and track bugs on-site, in place where
they appear. This is extremely handy!

However two things should be changed:
1) opt is not usually in the same path as the target program. Even for
the bugpoint as a standalone app, it should be more portable to search
in PATH, isn't it?
2) bugpoint driver accounts opt plugins, but does not list them in the
final output command.

Things to change are really minor, I'm attaching the corresponding
patch in case it might be useful.

- D.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bugpoint.patch
Type: text/x-patch
Size: 1088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120320/7f28b24d/attachment.bin>


More information about the llvm-commits mailing list