HsiangKai added inline comments.

================
Comment at: clang/lib/Basic/Targets/RISCV.cpp:194
       HasV = true;
-    else if (Feature == "+experimental-zfh")
+      HasRISCVVTypes = true;
+    } else if (Feature == "+experimental-zfh")
----------------
khchen wrote:
> HasRISCVVTypes is an undefined variable?
I should move the snippet to D92715.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93446/new/

https://reviews.llvm.org/D93446

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to