[PATCH] D127568: [RISCV][MC] Delete unnecessary code section align

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 11 22:00:06 PDT 2022


craig.topper added a comment.

Could we make the text segment alignment a member variable of MCObjectInfo instead of needing to use a virtual method in MCObjectInfo? Then we'd just need to assign that member from RISCVMCObjectInfo and 	
RISCVTargetObjectFile.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127568



More information about the llvm-commits mailing list