We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f80f36 commit e214ed9Copy full SHA for e214ed9
libc/config/linux/arm/entrypoints.txt
@@ -20,10 +20,6 @@ set(TARGET_LIBC_ENTRYPOINTS
20
# errno.h entrypoints
21
libc.src.errno.errno
22
23
- # setjmp.h entrypoints
24
- libc.src.setjmp.longjmp
25
- libc.src.setjmp.setjmp
26
-
27
# string.h entrypoints
28
libc.src.string.bcmp
29
libc.src.string.bcopy
@@ -185,6 +181,14 @@ set(TARGET_LIBC_ENTRYPOINTS
185
181
186
182
)
187
183
184
+if(LLVM_LIBC_FULL_BUILD)
+ list(APPEND TARGET_LIBC_ENTRYPOINTS
+ # setjmp.h entrypoints
+ libc.src.setjmp.longjmp
188
+ libc.src.setjmp.setjmp
189
+ )
190
+endif()
191
+
192
set(TARGET_LIBM_ENTRYPOINTS
193
# fenv.h entrypoints
194
libc.src.fenv.feclearexcept
0 commit comments