brintos

brintos / llvm-project-archived public Read only

0
0
Text · 410 B · b83163e Raw
25 lines · plain
1set(LLVM_LINK_COMPONENTS2  nativecodegen3  native4  orcjit5  support6)7 8add_mlir_unittest(MLIRExecutionEngineTests9  DynamicMemRef.cpp10  StridedMemRef.cpp11  Invoke.cpp12)13 14mlir_target_link_libraries(MLIRExecutionEngineTests15  PRIVATE16  MLIRArithToLLVM17  MLIRMemRefToLLVM18  MLIRReconcileUnrealizedCasts19  MLIRRegisterAllDialects20)21target_link_libraries(MLIRExecutionEngineTests22  PRIVATE23  MLIRExecutionEngine24)25