@@ -7,7 +7,7 @@ add_entrypoint_object(
77 COMPILE_OPTIONS
88 ${libc_opt_high_flag}
99 DEPENDS
10- libc.src.__support.complex_type
10+ libc.src.__support.complex_basic_ops
1111)
1212
1313add_entrypoint_object(
@@ -19,7 +19,7 @@ add_entrypoint_object(
1919 COMPILE_OPTIONS
2020 ${libc_opt_high_flag}
2121 DEPENDS
22- libc.src.__support.complex_type
22+ libc.src.__support.complex_basic_ops
2323)
2424
2525add_entrypoint_object(
@@ -31,7 +31,7 @@ add_entrypoint_object(
3131 COMPILE_OPTIONS
3232 ${libc_opt_high_flag}
3333 DEPENDS
34- libc.src.__support.complex_type
34+ libc.src.__support.complex_basic_ops
3535)
3636
3737add_entrypoint_object(
@@ -43,7 +43,7 @@ add_entrypoint_object(
4343 COMPILE_OPTIONS
4444 ${libc_opt_high_flag}
4545 DEPENDS
46- libc.src.__support.complex_type
46+ libc.src.__support.complex_basic_ops
4747 libc.src.__support.macros .properties.types
4848 libc.src.__support.macros .properties.complex_types
4949)
@@ -57,7 +57,7 @@ add_entrypoint_object(
5757 COMPILE_OPTIONS
5858 ${libc_opt_high_flag}
5959 DEPENDS
60- libc.src.__support.complex_type
60+ libc.src.__support.complex_basic_ops
6161 libc.src.__support.macros .properties.types
6262 libc.src.__support.macros .properties.complex_types
6363)
@@ -71,7 +71,7 @@ add_entrypoint_object(
7171 COMPILE_OPTIONS
7272 ${libc_opt_high_flag}
7373 DEPENDS
74- libc.src.__support.complex_type
74+ libc.src.__support.complex_basic_ops
7575)
7676
7777add_entrypoint_object(
@@ -83,7 +83,7 @@ add_entrypoint_object(
8383 COMPILE_OPTIONS
8484 ${libc_opt_high_flag}
8585 DEPENDS
86- libc.src.__support.complex_type
86+ libc.src.__support.complex_basic_ops
8787)
8888
8989add_entrypoint_object(
@@ -95,7 +95,7 @@ add_entrypoint_object(
9595 COMPILE_OPTIONS
9696 ${libc_opt_high_flag}
9797 DEPENDS
98- libc.src.__support.complex_type
98+ libc.src.__support.complex_basic_ops
9999)
100100
101101add_entrypoint_object(
@@ -107,7 +107,7 @@ add_entrypoint_object(
107107 COMPILE_OPTIONS
108108 ${libc_opt_high_flag}
109109 DEPENDS
110- libc.src.__support.complex_type
110+ libc.src.__support.complex_basic_ops
111111 libc.src.__support.macros .properties.types
112112 libc.src.__support.macros .properties.complex_types
113113)
@@ -121,7 +121,7 @@ add_entrypoint_object(
121121 COMPILE_OPTIONS
122122 ${libc_opt_high_flag}
123123 DEPENDS
124- libc.src.__support.complex_type
124+ libc.src.__support.complex_basic_ops
125125 libc.src.__support.macros .properties.types
126126 libc.src.__support.macros .properties.complex_types
127127)
0 commit comments