RISC-V: Update riscv.opt.urls for -mmpy-option
Updates riscv.opt.urls to include the -mmpy-option, which was missing documentation.
The commit updates riscv.opt.urls to include the -mmpy-option. This option was missing documentation, and this commit adds a temporary fix to make the CI happy. Documentation will be added in a future patch.
In Details
This commit updates riscv.opt.urls to include the -mmpy-option. This file is used to generate documentation for the RISC-V options. The -mmpy-option was missing documentation, and this commit adds a temporary fix to make the CI happy. Documentation will be added in a future patch.
For Context
The compiler needs to keep track of all the command-line options it supports, and associate each one with its documentation URL. This commit updates a file that keeps track of the command-line options for the RISC-V architecture. Specifically, it adds the -mmpy-option to the list of recognized options, which was previously missing. This ensures that the option is properly documented and that the build system doesn't complain about it.