[llvm-commits] [PATCH] Bugpoint/Support: Fix llvm::FindExecutable not looking for files ending with .exe

Michael Spencer bigcheesegs at gmail.com
Sat Aug 21 18:37:15 PDT 2010


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-findexecutable.patch
Type: application/octet-stream
Size: 869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100821/0c864b9d/attachment.obj>


More information about the llvm-commits mailing list