================
@@ -431,6 +431,17 @@ void RVVEmitter::createHeader(raw_ostream &OS) {
 
   OS << "#pragma clang riscv intrinsic vector\n\n";
 
+  auto DefineIntrinsicMacro = [&](ArrayRef<const char *> Exts) {
----------------
mshockwave wrote:

is this lambda used somewhere else? do we need to use a lambda here?

https://github.com/llvm/llvm-project/pull/187197
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to