[all-commits] [llvm/llvm-project] 6b2e67: [Debugger] Use FileSystem instead of calling openF...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Jun 10 18:13:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b2e676555c10201705a3c2e928f3d35d1fa1d4f
      https://github.com/llvm/llvm-project/commit/6b2e676555c10201705a3c2e928f3d35d1fa1d4f
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M lldb/source/Core/Debugger.cpp

  Log Message:
  -----------
  [Debugger] Use FileSystem instead of calling openFileForWrite directly.

This replaces the (only) call to llvm::sys::fs::openFileForWrite with
FileSystem::Open. This guarantees that we include log files in the
reproducers.

Differential revision: https://reviews.llvm.org/D81499




More information about the All-commits mailing list