[llvm] [RISCV] Support .option {no}exact (PR #122483)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 09:06:24 PDT 2025


================
@@ -53,6 +53,8 @@ void RISCVTargetELFStreamer::emitDirectiveOptionPIC() {}
 void RISCVTargetELFStreamer::emitDirectiveOptionNoPIC() {}
 void RISCVTargetELFStreamer::emitDirectiveOptionRVC() {}
 void RISCVTargetELFStreamer::emitDirectiveOptionNoRVC() {}
+void RISCVTargetELFStreamer::emitDirectiveOptionExact() {}
----------------
lenary wrote:

I went through and alphabetised all of these.

https://github.com/llvm/llvm-project/pull/122483


More information about the llvm-commits mailing list