This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Bump building CRunnerUtils from C++11 to C++17
ClosedPublic

Authored by brad on Sep 9 2022, 12:28 AM.

Details

Summary

After https://reviews.llvm.org/D130025 I noticed I could not build CRunnerUtils on OpenBSD. But aligned_alloc() was not introduced until C++17. Since the rest of the tree has switch to C++17 then might as well do so here as well

Diff Detail

Event Timeline

brad created this revision.Sep 9 2022, 12:28 AM
brad requested review of this revision.Sep 9 2022, 12:28 AM
nikic accepted this revision.Sep 9 2022, 2:23 AM

LGTM

This revision is now accepted and ready to land.Sep 9 2022, 2:23 AM
This revision was automatically updated to reflect the committed changes.