[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 04:45:21 PDT 2020


luismarques added a comment.

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

> C++14 is much too recent.


The LLVM documentation says:

> Unless otherwise documented, LLVM subprojects are written using standard C++14 code and avoid unnecessary vendor-specific extensions.

I'm not finding any indication that compiler-rt or the sanitizers differ from that.


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