[PATCH] D150544: [lld-macho] Remove partially supported 32-bit ARM arch

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 10:14:58 PDT 2023


int3 added inline comments.


================
Comment at: lld/test/MachO/weak-def-thumb-conflict.s:8
-# RUN: llvm-nm -m %t/arm-foo | FileCheck %s --check-prefix=ARM
-# RUN: llvm-nm -m %t/thumb-foo | FileCheck %s --check-prefix=THUMB
-
----------------
hmm, should we delete the logic around `N_ARM_THUMB_DEF` in InputFiles.cpp as well? maybe just add an assert that checks that the flag isn't set on any `n_desc`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150544/new/

https://reviews.llvm.org/D150544



More information about the llvm-commits mailing list