[clang] [llvm] [RISCV][MC] Add experimental `Zvvmm` MC support (PR #193956)
Pengcheng Wang via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 03:56:42 PDT 2026
================
@@ -19,6 +19,7 @@
#include "llvm/Support/Error.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
+#include <optional>
----------------
wangpc-pp wrote:
I think it can be included indirectly. We already have some uses in this file.
https://github.com/llvm/llvm-project/pull/193956
More information about the cfe-commits
mailing list