[MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenly
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / Targets / RuntimeDyldMachOAArch64.h
index c9fcedec50f09bc8e0824db90a9c41a62f9deac1..9f48e4439a5388fd10ced487686bdb5f0faca274 100644 (file)
@@ -24,7 +24,7 @@ public:
 
   unsigned getMaxStubSize() override { return 8; }
 
-  unsigned getStubAlignment() override { return 1; }
+  unsigned getStubAlignment() override { return 8; }
 
   relocation_iterator
   processRelocationRef(unsigned SectionID, relocation_iterator RelI,