[PATCH] D150870: [lld][Arm] Big Endian - Byte invariant support.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 09:29:13 PDT 2023
MaskRay added inline comments.
================
Comment at: lld/test/ELF/arm-be8-check.s:1
+# REQUIRES: arm
+# RUN: llvm-mc -filetype=obj -triple=armv7-a-none-eabi --arm-add-build-attributes %s -o %t
----------------
What's the purpose of the new test when there are other thunk tests have got the --be8 test?
================
Comment at: lld/test/ELF/arm-be8-thunks.s:1
+# REQUIRES: arm
+# RUN: rm -rf %t && split-file %s %t
----------------
What's the purpose of the new test when there are other thunk tests have got the `--be8` test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150870/new/
https://reviews.llvm.org/D150870
More information about the llvm-commits
mailing list