[lld] [lld][ELF] Add armeb support when incoming bc is arm big endian (PR #72604)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 17 00:24:59 PST 2023
================
@@ -0,0 +1,12 @@
+; REQUIRES: arm
----------------
MaskRay wrote:
See the tests I added in abd80ecf6ed8f013b8c78fb00a2637dfc81e50cb . The comment convention is like `;; Test we can infer the e_machine value EM_RISCV from a bitcode file.`
(Double `;` to make comments oustanding from RUN/CHECK)
thumb needs to be tested as well.
https://github.com/llvm/llvm-project/pull/72604
More information about the llvm-commits
mailing list