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 432aa52 commit 2b4d29dCopy full SHA for 2b4d29d
src/CMakeLists.txt
@@ -3,5 +3,7 @@ get_property(conversion_libs GLOBAL PROPERTY MLIR_CONVERSION_LIBS)
3
set(gc_opt_libs ${dialect_libs} ${conversion_libs} MLIROptLib)
4
add_llvm_executable(gc-opt gc-opt.cpp)
5
target_link_libraries(gc-opt PRIVATE ${gc_opt_libs})
6
+llvm_update_compile_flags(gc-opt)
7
+mlir_check_all_link_libraries(gc-opt)
8
9
add_subdirectory(dnnl)
0 commit comments