Skip to content

Commit bec3c11

Browse files
committed
Fix dependence for bbc.
1 parent cd98952 commit bec3c11

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flang/tools/bbc/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

2-
add_flang_tool(bbc bbc.cpp)
2+
add_flang_tool(bbc bbc.cpp
3+
DEPENDS
4+
FIROptCodeGenPassIncGen
5+
)
6+
37
llvm_update_compile_flags(bbc)
48
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
59
target_link_libraries(bbc PRIVATE

0 commit comments

Comments
 (0)