@@ -7,7 +7,7 @@ add_entrypoint_object(
7
7
COMPILE_OPTIONS
8
8
${libc_opt_high_flag}
9
9
DEPENDS
10
- libc.src.__support.complex_type
10
+ libc.src.__support.complex_basic_ops
11
11
)
12
12
13
13
add_entrypoint_object(
@@ -19,7 +19,7 @@ add_entrypoint_object(
19
19
COMPILE_OPTIONS
20
20
${libc_opt_high_flag}
21
21
DEPENDS
22
- libc.src.__support.complex_type
22
+ libc.src.__support.complex_basic_ops
23
23
)
24
24
25
25
add_entrypoint_object(
@@ -31,7 +31,7 @@ add_entrypoint_object(
31
31
COMPILE_OPTIONS
32
32
${libc_opt_high_flag}
33
33
DEPENDS
34
- libc.src.__support.complex_type
34
+ libc.src.__support.complex_basic_ops
35
35
)
36
36
37
37
add_entrypoint_object(
@@ -43,7 +43,7 @@ add_entrypoint_object(
43
43
COMPILE_OPTIONS
44
44
${libc_opt_high_flag}
45
45
DEPENDS
46
- libc.src.__support.complex_type
46
+ libc.src.__support.complex_basic_ops
47
47
libc.src.__support.macros .properties.types
48
48
libc.src.__support.macros .properties.complex_types
49
49
)
@@ -57,7 +57,7 @@ add_entrypoint_object(
57
57
COMPILE_OPTIONS
58
58
${libc_opt_high_flag}
59
59
DEPENDS
60
- libc.src.__support.complex_type
60
+ libc.src.__support.complex_basic_ops
61
61
libc.src.__support.macros .properties.types
62
62
libc.src.__support.macros .properties.complex_types
63
63
)
@@ -71,7 +71,7 @@ add_entrypoint_object(
71
71
COMPILE_OPTIONS
72
72
${libc_opt_high_flag}
73
73
DEPENDS
74
- libc.src.__support.complex_type
74
+ libc.src.__support.complex_basic_ops
75
75
)
76
76
77
77
add_entrypoint_object(
@@ -83,7 +83,7 @@ add_entrypoint_object(
83
83
COMPILE_OPTIONS
84
84
${libc_opt_high_flag}
85
85
DEPENDS
86
- libc.src.__support.complex_type
86
+ libc.src.__support.complex_basic_ops
87
87
)
88
88
89
89
add_entrypoint_object(
@@ -95,7 +95,7 @@ add_entrypoint_object(
95
95
COMPILE_OPTIONS
96
96
${libc_opt_high_flag}
97
97
DEPENDS
98
- libc.src.__support.complex_type
98
+ libc.src.__support.complex_basic_ops
99
99
)
100
100
101
101
add_entrypoint_object(
@@ -107,7 +107,7 @@ add_entrypoint_object(
107
107
COMPILE_OPTIONS
108
108
${libc_opt_high_flag}
109
109
DEPENDS
110
- libc.src.__support.complex_type
110
+ libc.src.__support.complex_basic_ops
111
111
libc.src.__support.macros .properties.types
112
112
libc.src.__support.macros .properties.complex_types
113
113
)
@@ -121,7 +121,7 @@ add_entrypoint_object(
121
121
COMPILE_OPTIONS
122
122
${libc_opt_high_flag}
123
123
DEPENDS
124
- libc.src.__support.complex_type
124
+ libc.src.__support.complex_basic_ops
125
125
libc.src.__support.macros .properties.types
126
126
libc.src.__support.macros .properties.complex_types
127
127
)
0 commit comments