[PATCH] D102582: [RISCV] Report an error when ABI mismatch with target-abi module flag.

Zakk Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 05:32:37 PDT 2021


khchen updated this revision to Diff 347356.
khchen added a comment.

1. Handle an empty module flag.

So sorry I forgot to run the clang regresion tests before.

2. Add empty module flag test and combine all tests into one. It is simiar to compress.ll


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102582

Files:
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
  llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
  llvm/test/CodeGen/RISCV/module-target-abi-tests.ll
  llvm/test/CodeGen/RISCV/module-target-abi.ll
  llvm/test/CodeGen/RISCV/module-target-abi2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102582.347356.patch
Type: text/x-patch
Size: 8430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210524/b8a4a01d/attachment.bin>


More information about the llvm-commits mailing list