[all-commits] [llvm/llvm-project] 7aafea: [llvm][Support] Deprecate llvm::writeFileAtomicall...

Haojian Wu via All-commits all-commits at lists.llvm.org
Thu Jul 6 03:29:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7aafea001282bbe4c7165945c75bd5cc4a82446b
      https://github.com/llvm/llvm-project/commit/7aafea001282bbe4c7165945c75bd5cc4a82446b
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
    M llvm/include/llvm/Support/FileUtilities.h
    M llvm/lib/Support/FileUtilities.cpp
    M llvm/unittests/Support/CMakeLists.txt
    R llvm/unittests/Support/FileUtilitiesTest.cpp

  Log Message:
  -----------
  [llvm][Support] Deprecate llvm::writeFileAtomically API

We're in favor of the llvm::writeToOutput API, and all
writeFileAtomically usages have been migrated to writeToOutput.

Differential Revision: https://reviews.llvm.org/D153740




More information about the All-commits mailing list