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 a8f1f1b commit ada1911Copy full SHA for ada1911
mlir/cmake/modules/AddMLIR.cmake
@@ -641,8 +641,8 @@ function(add_mlir_library_install name)
641
COMPONENT ${name})
642
endif()
643
set_property(GLOBAL APPEND PROPERTY MLIR_ALL_LIBS ${name})
644
- set_property(GLOBAL APPEND PROPERTY MLIR_EXPORTS ${name})
645
+ set_property(GLOBAL APPEND PROPERTY MLIR_EXPORTS ${name})
646
endfunction()
647
648
# Declare an mlir library which is part of the public C-API.
0 commit comments