Skip to content

Commit 82ed8cd

Browse files
committed
[NFC fix] merge FIRRuntime in FIRBuilder to break circular deps - part 1
Simply move the files without any change so that git can keep track of the rename. CMakeLists.txt are updated. Other changes required to get in a buildable state will be in a part 2 commit.
1 parent 38afb0f commit 82ed8cd

File tree

21 files changed

+8
-28
lines changed

21 files changed

+8
-28
lines changed

flang/lib/Lower/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ add_flang_library(FortranLower
2424
FIRDialect
2525
FIRSupport
2626
FIRTransforms
27-
FIRRuntime
2827
${dialect_libs}
2928
omp_gen
3029
acc_gen
@@ -34,7 +33,6 @@ add_flang_library(FortranLower
3433
FIRDialect
3534
FIRSupport
3635
FIRTransforms
37-
FIRRuntime
3836
${dialect_libs}
3937
FortranCommon
4038
FortranParser

flang/lib/Optimizer/Builder/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ add_flang_library(FIRBuilder
77
DoLoopHelper.cpp
88
FIRBuilder.cpp
99
MutableBox.cpp
10+
Runtime/Assign.cpp
11+
Runtime/Character.cpp
12+
Runtime/Derived.cpp
13+
Runtime/Numeric.cpp
14+
Runtime/Reduction.cpp
15+
Runtime/Transformational.cpp
1016

1117
DEPENDS
1218
FIRDialect

0 commit comments

Comments
 (0)