[PATCH] D88390: [M68K] (Patch 4/8) MC layer and object file support

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 18:09:48 PDT 2020


myhsu added inline comments.


================
Comment at: llvm/lib/Target/M680x0/MCTargetDesc/M680x0MCAsmInfo.cpp:29
+
+  TextAlignFillValue = 0x90;
+
----------------
craig.topper wrote:
> Is this number correct for 68K? That looks like X86's NOP encoding.
good catch, 68K's NOP should be different


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

https://reviews.llvm.org/D88390



More information about the llvm-commits mailing list