[PATCH] D79411: [VE] Clang toolchain for VE

Kazushi Marukawa via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 23 00:29:04 PDT 2020


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





More information about the cfe-commits mailing list