Displaying 2 results from an estimated 2 matches for "f875878d".
2009 Feb 26
0
[LLVMdev] RFC: Bugpoint Patch
...mpiler. Of course that will expose other bugs....
> -bw
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bugpoint.patch
Type: application/octet-stream
Size: 13722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090225/f875878d/attachment.obj>
-------------- next part --------------
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2009 Feb 26
2
[LLVMdev] RFC: Bugpoint Patch
I'm running into a problem where I need to have the "gcc" that's
executed by "bugpoint" take certain arguments that aren't applicable
to "llc". So, I came up with this patch, that adds a new flag
"-gcc-tool-args". It's similar to "-tool-args" but passes the command
line arguments to gcc instead of to llc.
Comments?
-bw