[Lldb-commits] [PATCH] D153740: [llvm][Support] Deprecate llvm::writeFileAtomically API
Haojian Wu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 26 00:33:22 PDT 2023
hokein added a comment.
Herald added a subscriber: JDevlieghere.
Let me know what you think about it -- I considered keeping the `llvm::writeFileAtomically` and migrating its underlying implementation to `llvm::writeToOutput`, but it doesn't seem to worth, there are only 4 in-tree usages of this API, I think it is probably better just remove it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153740/new/
https://reviews.llvm.org/D153740
More information about the lldb-commits
mailing list