summaryrefslogtreecommitdiffstats
path: root/mlir/test/mlir-cpu-runner/include/cblas_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* [mlir] mlir-cpu-runner test's cblas_interface should export functions on WindowsKern Handa2020-01-091-0/+58
This change fixes the build on Windows, so that cblas_interface.dll exports functions correctly and an implib is created and installed correctly. Currently, LLVM cannot be consumed on Windows after it has been installed in a location because cblas_interface.lib is not created/installed, thus failing the import check in `LLVMExports.cmake`. Differential Revision: https://reviews.llvm.org/D72384
OpenPOWER on IntegriCloud