[PATCH] D93263: [lld-macho] Implement option: -undefined TREATMENT

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 18:35:30 PST 2020


gkm created this revision.
gkm added a reviewer: lld-macho.
Herald added a subscriber: dang.
gkm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

TREATMENT can be `error`, `warning`, `suppress`, or `dynamic_lookup`
The `dymanic_lookup` remains unimplemented for now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93263

Files:
  lld/MachO/Config.h
  lld/MachO/Driver.cpp
  lld/MachO/Options.td
  lld/MachO/SymbolTable.cpp
  lld/MachO/SymbolTable.h
  lld/MachO/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93263.311762.patch
Type: text/x-patch
Size: 4665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201215/7ea3af5a/attachment.bin>


More information about the llvm-commits mailing list