[PATCH] D147763: [ARM] Align code to 4-byte boundary after .arm directive

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 9 19:43:56 PDT 2023


MaskRay added a subscriber: peter.smith.
MaskRay added inline comments.


================
Comment at: lld/test/ELF/arm-fix-cortex-a8-nopatch.s:92
 
-// CALLSITE5:      00025ffe <source5>:
-// CALLSITE5-NEXT:    25ffe:            beq.w   0x25ffa <target5>
+// CALLSITE5:      00026000 <source5>:
+// CALLSITE5-NEXT:    26000:            beq.w   0x25ffa <target5>
----------------
This address adjustment will break what the test wants to check. The tests need a proper update.

@peter.smith 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147763



More information about the llvm-commits mailing list