File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -68,33 +68,6 @@ add_entrypoint_object(
68
68
libc.src.__support.str_conv_utils
69
69
)
70
70
71
- if (NOT LLVM_LIBC_FULL_BUILD )
72
- return ()
73
- endif ()
74
-
75
- if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /${LIBC_TARGET_OS} )
76
- add_subdirectory (${CMAKE_CURRENT_SOURCE_DIR} /${LIBC_TARGET_OS} )
77
- endif ()
78
-
79
- add_entrypoint_object (
80
- _Exit
81
- ALIAS
82
- DEPENDS
83
- .${LIBC_TARGET_OS}._Exit
84
- )
85
-
86
- add_entrypoint_object (
87
- abort
88
- SRCS
89
- abort.cpp
90
- HDRS
91
- abort.h
92
- DEPENDS
93
- libc.include.stdlib
94
- libc.src.signal.raise
95
- ._Exit
96
- )
97
-
98
71
add_entrypoint_object (
99
72
abs
100
73
SRCS
@@ -154,3 +127,30 @@ add_entrypoint_object(
154
127
DEPENDS
155
128
libc.src.__support.integer_operations
156
129
)
130
+
131
+ if (NOT LLVM_LIBC_FULL_BUILD )
132
+ return ()
133
+ endif ()
134
+
135
+ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /${LIBC_TARGET_OS} )
136
+ add_subdirectory (${CMAKE_CURRENT_SOURCE_DIR} /${LIBC_TARGET_OS} )
137
+ endif ()
138
+
139
+ add_entrypoint_object (
140
+ _Exit
141
+ ALIAS
142
+ DEPENDS
143
+ .${LIBC_TARGET_OS}._Exit
144
+ )
145
+
146
+ add_entrypoint_object (
147
+ abort
148
+ SRCS
149
+ abort.cpp
150
+ HDRS
151
+ abort.h
152
+ DEPENDS
153
+ libc.include.stdlib
154
+ libc.src.signal.raise
155
+ ._Exit
156
+ )
You can’t perform that action at this time.
0 commit comments