[all-commits] [llvm/llvm-project] e46d93: [lld-macho] Improve invalid fat binary warning
Keith Smiley via All-commits
all-commits at lists.llvm.org
Sat Jan 14 15:22:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e46d939c0fe1ec0db13ba154dd92d690d907378f
https://github.com/llvm/llvm-project/commit/e46d939c0fe1ec0db13ba154dd92d690d907378f
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2023-01-14 (Sat, 14 Jan 2023)
Changed paths:
M lld/MachO/InputFiles.cpp
M lld/test/MachO/fat-arch.s
Log Message:
-----------
[lld-macho] Improve invalid fat binary warning
This nearly mirrors ld64's error for this case:
ld: warning: ignoring file path/to/file, file is universal (armv7,arm64) but does not contain the x86_64 architecture: path/to/file
Differential Revision: https://reviews.llvm.org/D141729
More information about the All-commits
mailing list