bolt/deps/llvm-18.1.8/mlir/test/Integration/Dialect/Async/CPU/lit.local.cfg
2025-02-14 19:21:04 +01:00

5 lines
108 B
INI

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