kaz7 added a comment.

Please check an inline comment.



================
Comment at: clang/lib/Basic/Targets/VE.h:166
+
+  int getEHDataRegisterNumber(unsigned RegNo) const override {
+    // S0 = ExceptionPointerRegister, S1 = ExceptionSelectorRegister
----------------
Current VE backend doesn't support EH yet (it supports only SjLj), so this 
function should not be defined.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79411



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

Reply via email to