aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/Program.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/System/Program.h')
-rw-r--r--include/llvm/System/Program.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h
index 0c14076e30..c595082e8b 100644
--- a/include/llvm/System/Program.h
+++ b/include/llvm/System/Program.h
@@ -114,7 +114,8 @@ namespace sys {
/// This static constructor (factory) will attempt to locate a program in
/// the operating system's file system using some pre-determined set of
- /// locations to search (e.g. the PATH on Unix).
+ /// locations to search (e.g. the PATH on Unix). Paths with slashes are
+ /// returned unmodified.
/// @returns A Path object initialized to the path of the program or a
/// Path object that is empty (invalid) if the program could not be found.
/// @brief Construct a Program by finding it by name.