From 0034f32d6d85d7f21cf04c82083860cdb2fe1ddb Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 26 Sep 2022 19:08:01 +0100 Subject: Update MLIR files and include LLVM directory --- test/python/lit.local.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/python/lit.local.cfg (limited to 'test/python/lit.local.cfg') diff --git a/test/python/lit.local.cfg b/test/python/lit.local.cfg new file mode 100644 index 0000000..b70b9d7 --- /dev/null +++ b/test/python/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes.add('.py') + +if not config.enable_bindings_python: + config.unsupported = True -- cgit