[PATCH] D127569: [RISCV][MC] Precommit test of D127568
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 11 21:56:20 PDT 2022
craig.topper added a comment.
This isn't an MC test. It's a Codegen test. Put in the codegen directory and update the title.
In D127569#3576027 <https://reviews.llvm.org/D127569#3576027>, @jrtc27 wrote:
> Does this not also work as an asm test rather than an IR test?
The issue is in RISCVTargetObjectFile.h which is part of the CodeGen layer not the MC layer. The MC layer uses RISCVMCObjectFileInfo already.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127569/new/
https://reviews.llvm.org/D127569
More information about the llvm-commits
mailing list