[mlir][CRunnerUtils] Enable compilation with C++11 toolchain on microcontroller platf...
authorNicolas Vasilache <ntv@google.com>
Thu, 12 Mar 2020 14:07:16 +0000 (10:07 -0400)
committerNicolas Vasilache <ntv@google.com>
Thu, 12 Mar 2020 14:18:56 +0000 (10:18 -0400)
commit8093e31e4e21ea08161587bdac81912d4e8bd7fd
treead1405f9b2db687a8c42a68418016163c10ba470
parent46b9f14d712d47fa0bebd72edd8cfe58cae11f53
[mlir][CRunnerUtils] Enable compilation with C++11 toolchain on microcontroller platforms.

Summary:
The C runner utils API was still not vanilla enough for certain use
cases on embedded ARM SDKs, this enables such cases.

Adding people more widely for historical Windows related build issues.

Differential Revision: https://reviews.llvm.org/D76031
mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
mlir/lib/ExecutionEngine/CMakeLists.txt