[all-commits] [llvm/llvm-project] a5e9f2: Factor out xcrun into a function (NFC)

Adrian Prantl via All-commits all-commits at lists.llvm.org
Wed May 31 14:46:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5e9f2c81ebced1ea41060fc0d89b9233bc1b7be
      https://github.com/llvm/llvm-project/commit/a5e9f2c81ebced1ea41060fc0d89b9233bc1b7be
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm

  Log Message:
  -----------
  Factor out xcrun into a function (NFC)

https://reviews.llvm.org/D151588


  Commit: 7de43526e3cc07a02d01a0c4bf0670900495b938
      https://github.com/llvm/llvm-project/commit/7de43526e3cc07a02d01a0c4bf0670900495b938
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/unittests/Host/HostInfoTest.cpp

  Log Message:
  -----------
  HostInfoMacOS: Add a utility function for finding an SDK-specific tool

This is an API needed by swift-lldb.

https://reviews.llvm.org/D151591


Compare: https://github.com/llvm/llvm-project/compare/f513bd808867...7de43526e3cc


More information about the All-commits mailing list