We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e98f6 commit f88c7feCopy full SHA for f88c7fe
mlir/cmake/modules/AddMLIR.cmake
@@ -179,7 +179,7 @@ function(mlir_check_link_libraries name)
179
# same symbol might be loaded from 2 separate libraries. This
180
# often comes from referring to an LLVM library target
181
# explicitly in target_link_libraries()
182
- message("WARNING: ${l} links LLVM and ${lib}!")
+ message("WARNING: ${name} links LLVM and ${lib}!")
183
endif()
184
185
endforeach()
mlir/tools/mlir-opt/CMakeLists.txt
@@ -52,4 +52,4 @@ add_llvm_tool(mlir-opt
52
target_link_libraries(mlir-opt PRIVATE ${LIBS})
53
llvm_update_compile_flags(mlir-opt)
54
55
-mlir_check_link_libraries(mlir-opt)
+mlir_check_all_link_libraries(mlir-opt)
0 commit comments