summaryrefslogtreecommitdiffstats
path: root/mlir/test/EDSC/CMakeLists.txt
blob: 0fb770411ea3d224ea561abdd0404a91771f1d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
add_llvm_executable(mlir-edsc-builder-api-test
  builder-api-test.cpp
)

llvm_update_compile_flags(mlir-edsc-builder-api-test)

target_link_libraries(mlir-edsc-builder-api-test
  PRIVATE
  MLIRAffineOps
  MLIREDSC
  MLIRIR
  MLIRLinalg
  MLIRLoopOps
  MLIRStandardOps
  MLIRTransforms
  LLVMCore
  LLVMSupport
)

target_include_directories(mlir-edsc-builder-api-test PRIVATE ..)

whole_archive_link(mlir-edsc-builder-api-test
  MLIRAffineOps
  MLIRLinalg
  MLIRLoopOps
  MLIRStandardOps
  MLIRTransforms
)
OpenPOWER on IntegriCloud