This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Specify CMAKE_CXX_STANDARD to standalone dialect
ClosedPublic

Authored by antiagainst on May 5 2020, 11:56 AM.

Details

Summary

This addresses a compilation failure on GCC 5:

error: #error This file requires compiler and library support for the
ISO C++ 2011 standard. This support must be enabled with the -std=c++11
or -std=gnu++11 compiler options.
#error This file requires compiler and library support

Diff Detail

Event Timeline

antiagainst created this revision.May 5 2020, 11:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2020, 11:56 AM
rriddle accepted this revision.May 5 2020, 12:14 PM
This revision is now accepted and ready to land.May 5 2020, 12:14 PM
This revision was automatically updated to reflect the committed changes.