Jan Svoboda f122484b99
[llvm][support] Move make_absolute from sys::fs to sys::path (#161459)
The `llvm::sys::fs::make_absolute(const Twine &, SmallVectorImpl<char>
&)` functions doesn't perform any FS access - it only modifies the
second parameter via path/string operations. This function should live
in the `llvm::sys::path` namespace for consistency and for making it
easier to spot function calls that perform IO.
2025-10-01 14:35:17 -07:00
..