[llvm-commits] Minor patch for the bugpoint
Chris Lattner
clattner at apple.com
Mon Mar 19 16:47:24 PDT 2012
Makes sense, committed in r153066, thanks!
-Chris
On Mar 19, 2012, at 2:12 PM, Dmitry N. Mikushin wrote:
> 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.
> <bugpoint.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list