[PATCH] D101557: [lld-macho] Initial scaffolding for ARM32 support

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 29 11:18:29 PDT 2021


int3 created this revision.
Herald added subscribers: kristof.beyls, mgorny.
Herald added a project: lld-macho.
Herald added a reviewer: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This just parses the `-arch armv7` and emits the right header flags.
The rest will be slowly fleshed out in upcoming diffs.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101557

Files:
  lld/MachO/Arch/ARM.cpp
  lld/MachO/CMakeLists.txt
  lld/MachO/Driver.cpp
  lld/MachO/Target.h
  lld/test/MachO/Inputs/WatchOS.sdk/usr/lib/libSystem.tbd
  lld/test/MachO/Inputs/WatchOS.sdk/usr/lib/libc++.tbd
  lld/test/MachO/Inputs/WatchOS.sdk/usr/lib/libc++abi.tbd
  lld/test/MachO/header.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101557.341585.patch
Type: text/x-patch
Size: 9544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210429/1a7ff9f4/attachment.bin>


More information about the llvm-commits mailing list