Skip to content

Commit

Permalink
[circle-mlir] Revise converter-gen CMakeLists (#14728)
Browse files Browse the repository at this point in the history
This will revise converter-gen CMakeLists with llvm_update_compile_flags()
removed as cir_mlir_tablegen_flags() includes calling it.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Feb 24, 2025
1 parent f1267a3 commit d6bd10f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set(SRC
)

add_executable(converter-gen ${SRC})
llvm_update_compile_flags(converter-gen)
cir_mlir_tablegen_flags(converter-gen)

# below function is from llvm-project/llvm/cmake/modules/TableGen.cmake
Expand Down

0 comments on commit d6bd10f

Please sign in to comment.