Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mlir] Fix building CRunnerUtils on OpenBSD with 15.x
CRunnerUtils builds as C++11. 9c1d133 broke the build on OpenBSD. aligned_alloc() was only introduced in C++17.
- Loading branch information