[llvm-commits] [llvm] r118682 - /llvm/trunk/include/llvm/System/Path.h
Michael J. Spencer
bigcheesegs at gmail.com
Wed Nov 10 07:05:50 PST 2010
Author: mspencer
Date: Wed Nov 10 09:05:50 2010
New Revision: 118682
URL: http://llvm.org/viewvc/llvm-project?rev=118682&view=rev
Log:
System/Path: Update comments to match code.
Modified:
llvm/trunk/include/llvm/System/Path.h
Modified: llvm/trunk/include/llvm/System/Path.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/Path.h?rev=118682&r1=118681&r2=118682&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/Path.h (original)
+++ llvm/trunk/include/llvm/System/Path.h Wed Nov 10 09:05:50 2010
@@ -105,9 +105,7 @@
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);
More information about the llvm-commits
mailing list