Skip to content

Commit 3d45b53

Browse files
xoviatisuruf
authored andcommitted
CMake: remove library dependency
1 parent 3595879 commit 3d45b53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

runtime/flang/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,9 @@ add_dependencies(flang_static
592592

593593
# Make sure the compiler is built before we bootstrap
594594
add_dependencies(flang_shared
595-
flang_static
595+
flang1
596+
flang2
597+
ieee_arithmetic
596598
)
597599

598600
add_dependencies(iso_c_bind

0 commit comments

Comments
 (0)