mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 07:24:47 +00:00
For PR1291:
Implement the PathWithStatus class and its use throughout lib/System. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -152,7 +152,7 @@ namespace sys {
|
||||
/// @name Data
|
||||
/// @{
|
||||
private:
|
||||
sys::Path path_; ///< Path to the file.
|
||||
sys::PathWithStatus path_; ///< Path to the file.
|
||||
int options_; ///< Options used to create the mapping
|
||||
void* base_; ///< Pointer to the base memory address
|
||||
mutable MappedFileInfo* info_; ///< Platform specific info for the mapping
|
||||
|
Reference in New Issue
Block a user