Mercurial > hg > CbC > CbC_llvm
view mlir/test/mlir-cpu-runner/CMakeLists.txt @ 187:4680e0f68448
AST is generated in RetCS
SelectionDAG failed
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 05 Jun 2020 18:34:26 +0900 |
parents | 0572611fdcc8 |
children |
line wrap: on
line source
set(LLVM_OPTIONAL_SOURCES mlir_test_cblas.cpp mlir_test_cblas_interface.cpp ) add_llvm_library(mlir_test_cblas SHARED mlir_test_cblas.cpp) target_compile_definitions(mlir_test_cblas PRIVATE mlir_test_cblas_EXPORTS) add_llvm_library(mlir_test_cblas_interface SHARED mlir_test_cblas_interface.cpp) target_link_libraries(mlir_test_cblas_interface PRIVATE mlir_test_cblas) target_compile_definitions(mlir_test_cblas_interface PRIVATE mlir_test_cblas_interface_EXPORTS)