You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
300 B
7 lines
300 B
set(LLVM_OPTIONAL_SOURCES
|
|
mlir_test_spirv_cpu_runner_c_wrappers.cpp
|
|
)
|
|
|
|
add_llvm_library(mlir_test_spirv_cpu_runner_c_wrappers SHARED mlir_test_spirv_cpu_runner_c_wrappers.cpp)
|
|
target_compile_definitions(mlir_test_spirv_cpu_runner_c_wrappers PRIVATE mlir_test_spirv_cpu_runner_c_wrappers_EXPORTS)
|