Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
This isn't an MC test. It's a Codegen test. Put in the codegen directory and update the title.
The issue is in RISCVTargetObjectFile.h which is part of the CodeGen layer not the MC layer. The MC layer uses RISCVMCObjectFileInfo already.
llvm/test/CodeGen/RISCV/unnecessary-code-align.ll | ||
---|---|---|
2 | Not ideally, I didn't find test files that testing with -mattr=-c,+relax :( |
Ideally, you just find where -mattr=-c,+relax is tested, add add the +c test there.