[llvm] It is really the byte order of the target that matters (PR #107915)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 00:18:42 PDT 2024


================
@@ -1,4 +1,4 @@
-REQUIRES: host-byteorder-little-endian
+REQUIRES: target-byteorder-little-endian
----------------
jh7370 wrote:

This doesn't make sense: there is no concept of default target endianness for yaml2obj as yaml2obj is target agnostic. The endianness is determined by the yaml input file's contents.

Similarly, llvm-objdump should handle both big and little endian, with the endianness determined by the input file: there's nothing for lit to check here.

https://github.com/llvm/llvm-project/pull/107915


More information about the llvm-commits mailing list