[PATCH] D102052: [MC][RISCV] Add RISCV MCObjectFileInfo

Philipp Krones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 28 06:46:05 PDT 2021


flip1995 added a comment.

> I just cannot find sufficient justification for such a change.

So besides getting the same behavior between GCC and LLVM, this change also improves code size for RISC-V. This is because there doesn't have to be padding added between functions, if they aren't 4 byte aligned.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102052



More information about the llvm-commits mailing list