[PATCH] D145263: [lld-macho] Remove duplicate minimum version info (NFC)

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 12:10:42 PST 2023


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

At some point PlatformInfo's Target changed types to a type that also
has minimum deployment target info. This caused ambiguity if you tried
to get the target triple from the Target, as the actual minimum version
info was being stored separately. This bulk of this change is changing
the parsing of these values to support this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145263

Files:
  lld/MachO/Config.h
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/SyntheticSections.cpp
  lld/MachO/Writer.cpp
  lld/test/MachO/invalid/incompatible-target-tapi.test
  lld/test/MachO/tapi-link.s
  lld/test/MachO/zippered.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145263.502214.patch
Type: text/x-patch
Size: 12353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230303/85267da7/attachment.bin>


More information about the llvm-commits mailing list