[all-commits] [llvm/llvm-project] 1f929a: [dsymutil] Fix MachOUtils formatting (NFC)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Aug 17 11:37:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f929aadd5e4a0810247e98dcb08bd477407d552
      https://github.com/llvm/llvm-project/commit/1f929aadd5e4a0810247e98dcb08bd477407d552
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M llvm/tools/dsymutil/MachOUtils.cpp

  Log Message:
  -----------
  [dsymutil] Fix MachOUtils formatting (NFC)


  Commit: a04879ce7dd6410fca7df25c882406eacf8397f5
      https://github.com/llvm/llvm-project/commit/a04879ce7dd6410fca7df25c882406eacf8397f5
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M llvm/tools/dsymutil/MachOUtils.cpp
    M llvm/tools/dsymutil/MachOUtils.h
    M llvm/tools/dsymutil/dsymutil.cpp

  Log Message:
  -----------
  [dsymutil] Use createTemporaryFile instead of TempFile

Use createTemporaryFile in favor of the TempFile abstraction to ensure
we have an on-disk file. This fixes an issue on Windows where the DWARF
verifier would fail when trying to open the temporary file from disk.


Compare: https://github.com/llvm/llvm-project/compare/1783185790de...a04879ce7dd6


More information about the All-commits mailing list