mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Revert r146363 to allow buildbots to make forward progress.
Original commit message: Support/FileSystem: Implement canonicalize. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -431,13 +431,6 @@ rety_open_create:
|
||||
return success;
|
||||
}
|
||||
|
||||
error_code canonicalize(const Twine &path, SmallVectorImpl<char> &result) {
|
||||
// Paths are already canonicalized on posix systems.
|
||||
assert(path::is_absolute(path) && "path must be absolute!");
|
||||
path.toVector(result);
|
||||
return success;
|
||||
}
|
||||
|
||||
error_code detail::directory_iterator_construct(detail::DirIterState &it,
|
||||
StringRef path){
|
||||
SmallString<128> path_null(path);
|
||||
|
||||
Reference in New Issue
Block a user