[all-commits] [llvm/llvm-project] bacacb: [lld/mac] Prefix errors with "ld64.lld" instead of...
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Mar 1 12:08:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bacacb9d5c979b2c32ef76ac00acfa445187028f
https://github.com/llvm/llvm-project/commit/bacacb9d5c979b2c32ef76ac00acfa445187028f
Author: Nico Weber <thakis at chromium.org>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M lld/MachO/Driver.cpp
Log Message:
-----------
[lld/mac] Prefix errors with "ld64.lld" instead of just "lld"
Matches the ELF and COFF ports, which use ld.lld and lld-link, respectively.
While here, also move up `cleanupCallback` to match ELF / COFF.
Differential Revision: https://reviews.llvm.org/D97715
More information about the All-commits
mailing list