[PATCH] D106378: RISCV: relax the ABI mismatch checking

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 10:38:38 PDT 2021


compnerd added a comment.

Sorry, you are correct that the flags are always machine dependent.  I was referring more to @MaskRay's point about these flags wanting an opt-out, and that this really feels like it is better handled with the attributes that can be merged/handled in a more flexible manner.  Additionally, these options don't directly impact the ELF object but rather are details on the contents of the code section.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106378



More information about the llvm-commits mailing list