diff options
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/SystemUtils.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp index c8c323876bf..c86e200fd95 100644 --- a/llvm/lib/Support/SystemUtils.cpp +++ b/llvm/lib/Support/SystemUtils.cpp @@ -51,7 +51,7 @@ sys::Path llvm::FindExecutable(const std::string &ExeName,    // Otherwise check the directory that the calling program is in.  We can do    // this if ProgramPath contains at least one / character, indicating that it -  // is a relative path to bugpoint itself. +  // is a relative path to the executable itself.    Result = ProgramPath;    Result.eraseComponent();    if (!Result.isEmpty()) {  | 

