Skip to content

Commit fd8dc16

Browse files
committed
Fix debug shared library builds broke by NFC #999
1 parent ec334d0 commit fd8dc16

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

flang/tools/bbc/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ target_link_libraries(bbc PRIVATE
77
FIRAnalysis
88
FIRSupport
99
FIRTransforms
10+
FIRBuilder
11+
FIRRuntime
1012
${dialect_libs}
1113
MLIRAffineToStandard
1214
MLIRSCFToStandard

flang/tools/fir-opt/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ target_link_libraries(fir-opt PRIVATE
88
FIRSupport
99
FIRTransforms
1010
FIRCodeGen
11+
FIRBuilder
12+
FIRRuntime
1113
${dialect_libs}
1214
MLIRIR
1315
MLIRLLVMIR

flang/tools/tco/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ target_link_libraries(tco PRIVATE
1515
FIRAnalysis
1616
FIRSupport
1717
FIRTransforms
18+
FIRBuilder
19+
FIRRuntime
1820
${dialect_libs}
1921
MLIRIR
2022
MLIRLLVMIR

0 commit comments

Comments
 (0)