Commit 4a7910b
committed
[ATFE] Preserve __aeabi_mem* Symbols from compiler-rt when linking with llvm-libc.
Previously, the following symbols were excluded from the build due to the patch introduced in arm#326
__aeabi_memcmp
__aeabi_memset
__aeabi_memcpy
__aeabi_memmove
LLVM libc currently does not provide implementations for __aeabi* symbols. This change ensures that the above implementations from compiler-rt are preserved when linking with llvm-libc , to avoid missing symbol errors at link time.1 parent a362409 commit 4a7910b
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
267 | 273 | | |
268 | 274 | | |
269 | 275 | | |
| |||
290 | 296 | | |
291 | 297 | | |
292 | 298 | | |
| 299 | + | |
293 | 300 | | |
294 | 301 | | |
295 | 302 | | |
296 | 303 | | |
297 | 304 | | |
298 | 305 | | |
299 | | - | |
300 | 306 | | |
301 | 307 | | |
302 | 308 | | |
| |||
0 commit comments