search for: can_execut

Displaying 2 results from an estimated 2 matches for "can_execut".

Did you mean: can_execute
2015 May 21
2
[LLVMdev] Driver::GetProgramPath is unable to find programs with file extension in name
...ndProgramByName does. One way of doing so is to make the system dependent llvm::sys::path::access function aware of extensions similarly to findProgramByName. Or the whole ScanDirForExecutable can be made system dependent and add an extension on Windows before passing the path to llvm::sys::fs::can_execute. Does such a patch look reasonable? Any opinions / ideas will be much appreciated. Thanks. Kind regards, Oleg
2011 Feb 28
0
[LLVMdev] [PATCH] sys::fs::can_read() and sys::fs::can_write() for Unix
Hi - the attached patch provides implementations and tests for sys::fs::can_read() and sys::fs::can_write() for Unix. These were adapted from the previous implementations in lib/Support/Unix/Path.inc. can_execute() could be implemented quite similarly, but I wasn't sure where the best place to add a test for it would be, so left it out for now. Thanks, Liam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110227...