llvm-project/mlir/test/python
Vladislav Vinogradov 505afd1e64 [mlir] Clean up boolean flags usage in LIT tests
* Call `llvm_canonicalize_cmake_booleans` for all CMake options,
  which are propagated to `lit.local.cfg` files.
* Use Python native boolean values instead of strings for such options.

This fixes the cases, when CMake variables have values other than `ON` (like `TRUE`).
This might happen due to IDE integration or due to CMake preset usage.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D110073
2021-10-12 11:44:48 +03:00
..
dialects [mlir][python] support taking ops instead of values in op constructors 2021-10-08 09:49:48 +02:00
integration [mlir] Clean up boolean flags usage in LIT tests 2021-10-12 11:44:48 +03:00
ir [mlir][python] Temporarily disable test for converting unsupported DenseElementsAttr types to a buffer. 2021-10-07 11:50:57 -07:00
develoment_files.py [MLIR][python] Export CAPI headers. 2021-07-29 19:06:32 +00:00
execution_engine.py [mlir] Factor type reconciliation out of Standard-to-LLVM conversion 2021-09-09 16:51:24 +02:00
lit.local.cfg Fix ASAN execution for the MLIR Python tests 2021-10-03 05:07:32 +00:00
pass_manager.py [mlir] Fix broken build in pass_manager.py 2021-08-04 13:12:17 +09:00
python_test_ops.td [MLIR] [Python ODS] Use @builtins.property for cases where 'property' is already defined 2021-07-15 19:39:03 -07:00