[all-commits] [llvm/llvm-project] 0e8d49: [lld-macho] Standardize error messages
Jez Ng via All-commits
all-commits at lists.llvm.org
Fri Dec 23 16:56:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e8d4980a8bc5eead1bcbbb37324ccb25a374cde
https://github.com/llvm/llvm-project/commit/0e8d4980a8bc5eead1bcbbb37324ccb25a374cde
Author: Jez Ng <jezng at fb.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M lld/MachO/Arch/ARM64.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/test/MachO/invalid/invalid-loh.s
M lld/test/MachO/invalid/no-id-dylink.yaml
M lld/test/MachO/link-search-at-executable-path.s
M lld/test/MachO/special-symbol-ld-install-name.s
M lld/test/MachO/special-symbol-ld-previous.s
M lld/test/MachO/sub-library.s
Log Message:
-----------
[lld-macho] Standardize error messages
Errors / warnings that originate from a particular file should be of the
form `$file: $message`.
Reviewed By: #lld-macho, keith
Differential Revision: https://reviews.llvm.org/D140634
More information about the All-commits
mailing list