[PATCH] D75168: [sanitizer][RISCV] Implement SignalContext::GetWriteFlag for RISC-V

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 7 01:01:43 PDT 2020


luismarques added a comment.

In D75168#2078362 <https://reviews.llvm.org/D75168#2078362>, @schwab wrote:

> ../../../../libsanitizer/sanitizer_common/sanitizer_linux.cpp:1880:16: error: missing terminating ' character
>
>   1880 |       case 0b10'010:  // c.lwsp (rd != x0)
>        |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~


That sounds like you are compiling with a compiler that doesn't recognize the ' digit separator. That (and the binary literals) should be supported since C++14. Let me know if that addresses the issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75168





More information about the llvm-commits mailing list