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()
1313add_entrypoint_library(
1414 libc_for_scudo_integration_test
1515 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
1919 libc.src.stdlib.aligned_alloc
20+ libc.src.stdlib.calloc
2021 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
2228 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
2433)
2534
2635add_executable (
You can’t perform that action at this time.
0 commit comments