Skip to content

Commit 1f65ab1

Browse files
authored
[flang] Fix build on different of cores from #164630 (#164841)
Normally fix incorrect linking introduced in [#161179](#161179) with build in parallel.
1 parent ff5a737 commit 1f65ab1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flang/lib/Optimizer/Dialect/MIF/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ add_flang_library(MIFDialect
88
LINK_LIBS
99
FIRDialect
1010
FIRDialectSupport
11-
FIRSupport
1211

1312
LINK_COMPONENTS
1413
AsmParser

flang/lib/Optimizer/Support/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ add_flang_library(FIRSupport
77
DEPENDS
88
FIROpsIncGen
99
HLFIROpsIncGen
10+
MIFOpsIncGen
1011

1112
LINK_LIBS
1213
FIRDialect
14+
MIFDialect
1315

1416
LINK_COMPONENTS
1517
TargetParser

0 commit comments

Comments
 (0)