[PATCH] D106888: [RISC-V] Implement jump tables for CFI-icall

Luís Marques via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 19 08:25:17 PDT 2021


luismarques added a comment.

In D106888#2954788 <https://reviews.llvm.org/D106888#2954788>, @twd2 wrote:

> Hi, you can check here: https://buildkite.com/llvm-project/premerge-checks/builds/49755#814fd222-2e5a-4400-824d-d1a1f1293c01
> The clang-tidy failed due to the invalid case style for variable 'kRISCVJumpTableEntrySize'.

We can ignore the lint check failure. The new constant follows the same style as the existing ones.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106888



More information about the cfe-commits mailing list