[PATCH] D140634: [lld-macho] Standardize error messages

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 11:42:00 PST 2022


int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added projects: lld-macho, All.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Errors / warnings that originate from a particular file should be of the
form `$file: $message`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140634

Files:
  lld/MachO/Arch/ARM64.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/InputFiles.h
  lld/test/MachO/invalid/invalid-loh.s
  lld/test/MachO/invalid/no-id-dylink.yaml
  lld/test/MachO/link-search-at-executable-path.s
  lld/test/MachO/special-symbol-ld-install-name.s
  lld/test/MachO/special-symbol-ld-previous.s
  lld/test/MachO/sub-library.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140634.485150.patch
Type: text/x-patch
Size: 9286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221223/8af2a014/attachment.bin>


More information about the llvm-commits mailing list