llvm-project/mlir/test/python
Rainer Orth ca98e0dd6c [mlir][test] Require JIT support in JIT tests
A number of mlir tests `FAIL` on Solaris/sparcv9 with `Target has no JIT
support`.  This patch fixes that by mimicing `clang/test/lit.cfg.py` which
implements a `host-supports-jit` keyword for this.  The gtest-based unit
tests don't support `REQUIRES:`, so lack of support needs to be hardcoded
there.

Tested on `amd64-pc-solaris2.11` (`check-mlir` results unchanged) and
`sparcv9-sun-solaris2.11` (only one unrelated failure left).

Differential Revision: https://reviews.llvm.org/D131151
2022-08-18 11:26:07 +02:00
..
dialects (Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttr 2022-08-12 19:44:52 -04:00
integration [mlir] Overhaul C/Python registration APIs to properly scope registration/loading activities. 2022-07-16 17:27:50 -07:00
ir [mlir][python] Add python bindings for DenseArrayAttr 2022-08-12 19:44:49 -04:00
lib [mlir] Overhaul C/Python registration APIs to properly scope registration/loading activities. 2022-07-16 17:27:50 -07:00
.style.yapf [mlir][transform] failure propagation mode in sequence 2022-08-12 15:31:22 +00:00
CMakeLists.txt [mlir] Rework subclass construction in PybindAdaptors.h 2022-01-19 18:09:05 +01:00
develoment_files.py [MLIR][python] Export CAPI headers. 2021-07-29 19:06:32 +00:00
execution_engine.py [mlir][test] Require JIT support in JIT tests 2022-08-18 11:26:07 +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] Overhaul C/Python registration APIs to properly scope registration/loading activities. 2022-07-16 17:27:50 -07:00
python_test_ops.td [mlir][ods] Simplify useDefaultType/AttributePrinterParser 2022-05-18 17:22:11 +00:00