[PATCH] D59023: [RISCV] Support -target-abi at the MC layer and for codegen

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 06:27:59 PST 2019


asb added a comment.

RV32E is intentionally left out of this patch as well. I feel it will be cleaner to add basic recognition of -target-abi=rv32e alongside basic support for the E extension (e.g. -march=risc32 -mattr=+e).


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

https://reviews.llvm.org/D59023





More information about the llvm-commits mailing list