[PATCH] D76031: [mlir][CRunnerUtils] Enable compilation with C++11 toolchain on microcontroller platforms.

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 15:57:00 PDT 2020


nicolasvasilache added a comment.

@rriddle

CRunnerUtils:
`Entities in this file are must be retargetable, including on targets without a C++ runtime.`
I'll add the must compile with C++11 constraint in doc too.

If you have suggestions on how to test this concretely, I'd be happy to add it.

RunnerUtils in general: no constraints, it includes CRunnerUtils.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76031





More information about the llvm-commits mailing list