[llvm-commits] [PATCH] Bugpoint/Support: Fix llvm::FindExecutable not looking for files ending with .exe
Chris Lattner
clattner at apple.com
Sun Aug 22 22:36:14 PDT 2010
Works for me, go for it.
-Chris
On Aug 21, 2010, at 6:37 PM, Michael Spencer wrote:
> llvm::FindExecutable was used in BugPoint with exe names that did not
> end in .exe (which makes sense). To make this work on Windows I made
> Path::canExecute check to see if there's a file with .exe appended
> that can execute.
>
> - Michael Spencer
> <fix-findexecutable.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