diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-10 15:05:50 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-10 15:05:50 +0000 |
commit | 7aac79bdeac005366c372e298995f2979030633f (patch) | |
tree | 1ae219fb14085bd065380d4f5e80e461c61f2d1f | |
parent | 339b9121bd229fdb6a376ada16285e2a0cc36706 (diff) |
System/Path: Update comments to match code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118682 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/System/Path.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index ca1be63bbb..eca9dd9f87 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -105,9 +105,7 @@ namespace sys { static Path GetTemporaryDirectory(std::string* ErrMsg = 0); /// Construct a vector of sys::Path that contains the "standard" system - /// library paths suitable for linking into programs. This function *must* - /// return the value of LLVM_LIB_SEARCH_PATH as the first item in \p Paths - /// if that environment variable is set and it references a directory. + /// library paths suitable for linking into programs. /// @brief Construct a path to the system library directory static void GetSystemLibraryPaths(std::vector<sys::Path>& Paths); |