[PATCH] D16349: [AArch64] Fix two bugs in the .inst directive

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 04:16:51 PST 2016


rengolin added inline comments.

================
Comment at: lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp:120
@@ +119,3 @@
+    // symbol, and swap the endianness on big-endian systems (instructions are
+    // always little-endian).
+    for (unsigned I = 0; I < 4; ++I) {
----------------
Does this mean AArch64 BE was emitting all instructions the wrong way around until now?


Repository:
  rL LLVM

http://reviews.llvm.org/D16349





More information about the llvm-commits mailing list