[all-commits] [llvm/llvm-project] f28177: Factor out GetEnvDeveloperDir() (NFC)

adrian-prantl via All-commits all-commits at lists.llvm.org
Fri Jun 5 13:51:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f28177dbe8d2e2955f7ca0a0ffdb1a44fefe092d
      https://github.com/llvm/llvm-project/commit/f28177dbe8d2e2955f7ca0a0ffdb1a44fefe092d
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

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

  Log Message:
  -----------
  Factor out GetEnvDeveloperDir() (NFC)

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


  Commit: ad4e7b9dc82b13d124071f0add09cb541b495a0e
      https://github.com/llvm/llvm-project/commit/ad4e7b9dc82b13d124071f0add09cb541b495a0e
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

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

  Log Message:
  -----------
  Fix an oversight in GetXcodeContentsDirectory()

Since FindXcodeContentsDirectoryInPath expects the *.app/Contents and
DEVELOPER_DIR is supposed to point to Xcode.app, we need to append the
Contents path first.

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


Compare: https://github.com/llvm/llvm-project/compare/3408dcbdf054...ad4e7b9dc82b


More information about the All-commits mailing list