[llvm-commits] [llvm] r112888 - /llvm/trunk/lib/Support/SystemUtils.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Thu Sep 2 20:12:24 PDT 2010
Dan, Thank you!
2010/9/3 Dan Gohman <gohman at apple.com>:
> + // If the path is absolute (and it usually is), call FindProgramByName to
> + // allow it to try platform-specific logic, such as appending a .exe suffix
> + // on Windows. Don't do this if we somehow have a relative path, because
> + // we don't want to go searching the PATH and accidentally find an unrelated
> + // version of the program.
cool!
...Takumi
More information about the llvm-commits
mailing list