ΒΆbool can_execute(const llvm::Twine& Path)
bool can_execute(const llvm::Twine& Path)
Description
Can we execute this file?
Declared at: llvm/include/llvm/Support/FileSystem.h:476
Parameters
- const llvm::Twine& Path
- Input path.
Returns
True if we can execute it, false otherwise.