[mlir] Hotfix - Rename MLIRRuntimeUtils to mlir_runtime_utils
authorNicolas Vasilache <ntv@google.com>
Thu, 27 Feb 2020 17:58:41 +0000 (12:58 -0500)
committerNicolas Vasilache <ntv@google.com>
Thu, 27 Feb 2020 17:58:41 +0000 (12:58 -0500)
mlir/lib/ExecutionEngine/CMakeLists.txt
mlir/test/CMakeLists.txt

index d826062..bf93c33 100644 (file)
@@ -34,5 +34,5 @@ target_link_libraries(MLIRExecutionEngine
 
   ${outlibs})
 
-add_llvm_library(MLIRRunnerUtils SHARED RunnerUtils.cpp)
-target_compile_definitions(MLIRRunnerUtils PRIVATE mlir_runner_utils_EXPORTS)
+add_llvm_library(mlir_runner_utils SHARED RunnerUtils.cpp)
+target_compile_definitions(mlir_runner_utils PRIVATE mlir_runner_utils_EXPORTS)
index b78b095..e008bd6 100644 (file)
@@ -40,7 +40,7 @@ set(MLIR_TEST_DEPENDS
   mlir-translate
   cblas
   cblas_interface
-  MLIRRunnerUtils
+  mlir_runner_utils
   )
 
 if(LLVM_BUILD_EXAMPLES)