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

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 16:30:11 PDT 2020


mehdi_amini added a comment.

In D76031#1918291 <https://reviews.llvm.org/D76031#1918291>, @nicolasvasilache wrote:

> @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.


Force-build it in c++11 mode even when the rest of the project is built with c++14 or above?


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