summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-10 15:05:50 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-10 15:05:50 +0000
commit885f18cddf3d535421fb38e85c4b6544f4504487 (patch)
tree73e015a25cb2c4269178a2ee91f0fd5a3b93f1a1
parent909d238eba3003efda367751e81cab5814e1bb12 (diff)
downloadbcm5719-llvm-885f18cddf3d535421fb38e85c4b6544f4504487.tar.gz
bcm5719-llvm-885f18cddf3d535421fb38e85c4b6544f4504487.zip
System/Path: Update comments to match code.
llvm-svn: 118682
-rw-r--r--llvm/include/llvm/System/Path.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/include/llvm/System/Path.h b/llvm/include/llvm/System/Path.h
index ca1be63bbbf..eca9dd9f876 100644
--- a/llvm/include/llvm/System/Path.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud