[llvm] [RISCV] Support .option {no}exact (PR #122483)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 22:30:00 PDT 2025
================
@@ -53,6 +53,8 @@ void RISCVTargetELFStreamer::emitDirectiveOptionPIC() {}
void RISCVTargetELFStreamer::emitDirectiveOptionNoPIC() {}
void RISCVTargetELFStreamer::emitDirectiveOptionRVC() {}
void RISCVTargetELFStreamer::emitDirectiveOptionNoRVC() {}
+void RISCVTargetELFStreamer::emitDirectiveOptionExact() {}
----------------
MaskRay wrote:
Perhaps move this before OptionPush for a relatively alphabetical order.
(In the other place OptionArch seems misplaced)
https://github.com/llvm/llvm-project/pull/122483
More information about the llvm-commits
mailing list