[all-commits] [llvm/llvm-project] 806f5b: [lld-macho] Switch to new tool ID
Keith Smiley via All-commits
all-commits at lists.llvm.org
Thu Jun 15 09:40:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 806f5b3019669d0da45903642f3d658a4853f998
https://github.com/llvm/llvm-project/commit/806f5b3019669d0da45903642f3d658a4853f998
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M lld/MachO/Writer.cpp
M lld/test/MachO/lc-build-version.s
M llvm/include/llvm/BinaryFormat/MachO.h
M llvm/include/llvm/Object/MachO.h
Log Message:
-----------
[lld-macho] Switch to new tool ID
As of Xcode 15 there is now a tool ID for LLD, likely driven by Apple's
tests with using LLD for their CAS work in clang. This updates LLD to
use the correct ID, and updates the object library so that llvm-objdump
prints it correctly.
Differential Revision: https://reviews.llvm.org/D152929
More information about the All-commits
mailing list