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

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 23 21:04:45 PDT 2025


================
@@ -3229,9 +3249,10 @@ bool RISCVAsmParser::parseDirectiveOption() {
   }
 
   // Unknown option.
-  Warning(Parser.getTok().getLoc(), "unknown option, expected 'push', 'pop', "
-                                    "'rvc', 'norvc', 'arch', 'relax' or "
-                                    "'norelax'");
+  Warning(Parser.getTok().getLoc(),
+          "unknown option, expected 'push', 'pop', "
+          "'rvc', 'norvc', 'arch', 'relax', 'norelax', "
+          "'exact' or 'noexact'");
----------------
wangpc-pp wrote:

Learnt, the community is a good place to learn new English phrases. :-)

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


More information about the llvm-commits mailing list