File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
libc/test/integration/scudo Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,23 @@ endif()
13
13
add_entrypoint_library (
14
14
libc_for_scudo_integration_test
15
15
DEPENDS
16
- libc.src.stdlib.malloc
17
- libc.src.stdlib.calloc
18
- libc.src.stdlib.realloc
16
+ libc.src.errno.errno
17
+ libc.src.fcntl.open
18
+ libc.src.sched.__sched_getcpucount
19
19
libc.src.stdlib.aligned_alloc
20
+ libc.src.stdlib.calloc
20
21
libc.src.stdlib.free
21
- libc.src.errno.errno
22
+ libc.src.stdlib.malloc
23
+ libc.src.stdlib.realloc
24
+ libc.src.sys.auxv.getauxval
25
+ libc.src.sys.mman.mmap
26
+ libc.src.sys.mman.munmap
27
+ libc.src.sys.prctl.prctl
22
28
libc.src.unistd.__llvm_libc_syscall
23
- libc.src.sched.__sched_getcpucount
29
+ libc.src.unistd.close
30
+ libc.src.unistd.read
31
+ libc.src.unistd.sysconf
32
+ libc.src.unistd.write
24
33
)
25
34
26
35
add_executable (
You can’t perform that action at this time.
0 commit comments