[RISCV][VLOPT] Clear DemandedVLs for each invocation of runOnMachineFunction
[llvm-project.git] / mlir / test / python / lib / CMakeLists.txt
blob9a813dace2f541847d6ef47bfcdc3edf376d108d
1 set(LLVM_OPTIONAL_SOURCES
2   PythonTestCAPI.cpp
3   PythonTestDialect.cpp
4   PythonTestModulePybind11.cpp
5   PythonTestModuleNanobind.cpp
8 add_mlir_library(MLIRPythonTestDialect
9   PythonTestDialect.cpp
11   EXCLUDE_FROM_LIBMLIR
13   DEPENDS
14   MLIRPythonTestIncGen
16 mlir_target_link_libraries(MLIRPythonTestDialect PUBLIC
17   MLIRInferTypeOpInterface
18   MLIRIR
19   MLIRSupport
22 add_mlir_public_c_api_library(MLIRCAPIPythonTestDialect
23   PythonTestCAPI.cpp
25   DEPENDS
26   MLIRPythonTestIncGen
28   LINK_LIBS PUBLIC
29   MLIRCAPIInterfaces
30   MLIRCAPIIR
31   MLIRPythonTestDialect