forked from SRI-CSL/musllvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IANS_NOTES.txt
24 lines (16 loc) · 1.01 KB
/
IANS_NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
llc -filetype=obj libc.so.bc
clang libc.so.o ../obj/src/setjmp/LLVM/*.o ../obj/src/thread/LLVM/__set_thread_area.o ../obj/src/internal/LLVM/syscall.o ../obj/src/thread/LLVM/clone.o ../obj/src/thread/LLVM/syscall_cp.o ../obj/src/thread/LLVM/__unmapself.o crt1.o
libc.so.bc:(.text+0x75a7): undefined reference to `__set_thread_area'
../obj/src/thread/LLVM/__set_thread_area.o
libc.so.bc:(.text+0x86c9): undefined reference to `__syscall'
../obj/src/internal/LLVM/syscall.o
libc.so.bc:(.text+0x2c6b4): undefined reference to `__clone'
../obj/src/thread/LLVM/clone.o
libc.so.bc:(.text+0x43d70): undefined reference to `__syscall_cp_asm'
libc.so.bc:(.text+0x43e97): undefined reference to `__cp_begin'
libc.so.bc:(.text+0x43ea1): undefined reference to `__cp_end'
libc.so.bc:(.text+0x43eb1): undefined reference to `__cp_cancel'
../obj/src/thread/LLVM/syscall_cp.o
libc.so.bc:(.text+0x44837): undefined reference to `__unmapself'
/usr/bin/ld: a.out: protected symbol `__unmapself' isn't defined
../obj/src/thread/LLVM/__unmapself.o