llvm/mlir/test/Integration/Dialect/Async/CPU/lit.local.cfg

import sys

# Windows does not have aligned_alloc
if sys.platform == "win32":
    config.unsupported = True