[all-commits] [llvm/llvm-project] c42b64: Fix the DEVELOPER_DIR computation (#70528)
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Mon Oct 30 10:00:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c42b640208aa74c65cef5943bc05522780a72723
https://github.com/llvm/llvm-project/commit/c42b640208aa74c65cef5943bc05522780a72723
Author: Adrian Prantl <adrian-prantl at users.noreply.github.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
Log Message:
-----------
Fix the DEVELOPER_DIR computation (#70528)
The code was incorrectly going into the wrong direction by removing one
component instead of appendeing /Developer to it. Due to fallback
mechanisms in xcrun this never seemed to have caused any issues.
More information about the All-commits
mailing list