diff options
author | Jan Svoboda <jan_svoboda@apple.com> | 2025-10-01 14:35:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-01 14:35:17 -0700 |
commit | f122484b998d8dbfdaf2e6b9c222438c71e90d86 (patch) | |
tree | b4fc2472cd4523ec8da4524098e56c9f280eb19c /llvm/unittests/BinaryFormat/TestFileMagic.cpp | |
parent | 39410dff52d813ccfc7efc6fc0c6afd4583e14a6 (diff) | |
download | llvm-f122484b998d8dbfdaf2e6b9c222438c71e90d86.zip llvm-f122484b998d8dbfdaf2e6b9c222438c71e90d86.tar.gz llvm-f122484b998d8dbfdaf2e6b9c222438c71e90d86.tar.bz2 |
[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.
Diffstat (limited to 'llvm/unittests/BinaryFormat/TestFileMagic.cpp')
0 files changed, 0 insertions, 0 deletions