[PATCH] D153740: [llvm][Support] Deprecate llvm::writeFileAtomically API
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 26 00:29:22 PDT 2023
hokein created this revision.
hokein added a reviewer: avl.
Herald added subscribers: ormris, kadircet, arphaman, steven_wu, hiraditya.
Herald added a project: All.
hokein requested review of this revision.
Herald added projects: clang, LLDB, LLVM, clang-tools-extra.
Herald added subscribers: llvm-commits, lldb-commits.
The new llvm::writeToOutput API does the same thing, and we're in favor
of it.
This patch migrates 4 exiting usages and removes the llvm::writeFileAtomically API.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153740
Files:
clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Serialization/GlobalModuleIndex.cpp
lldb/tools/lldb-server/lldb-platform.cpp
llvm/include/llvm/Support/FileUtilities.h
llvm/lib/LTO/ThinLTOCodeGenerator.cpp
llvm/lib/Support/FileUtilities.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/FileUtilitiesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153740.534444.patch
Type: text/x-patch
Size: 14723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230626/6e172896/attachment-0001.bin>
More information about the cfe-commits
mailing list