Skip to content

Commit d61310e

Browse files
authored
Merge pull request #1172 from schweitzpgi/ch-cmake
Fix dependence for bbc.
2 parents cd98952 + bec3c11 commit d61310e

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)