diff options
Diffstat (limited to 'include/llvm/System/Path.h')
| -rw-r--r-- | include/llvm/System/Path.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index d28e11e545..de2f173ae4 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -459,6 +459,10 @@ namespace sys { /// @brief Make the current path name unique in the file system. bool makeUnique( bool reuse_current /*= true*/, std::string* ErrMsg ); + /// The current Path name is made absolute by prepending the + /// current working directory if necessary. + void makeAbsolute(); + /// @} /// @name Disk Mutators /// @{ |
