System/Path: Update comments to match code.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 10 Nov 2010 15:05:50 +0000 (15:05 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 10 Nov 2010 15:05:50 +0000 (15:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118682 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Path.h

index ca1be63bbbf562b9fef4a895c8b799faff43160c..eca9dd9f876f9493503bffb487c7206074e95ecb 100644 (file)
@@ -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);