Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions libc/test/integration/scudo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,23 @@ endif()
add_entrypoint_library(
libc_for_scudo_integration_test
DEPENDS
libc.src.stdlib.malloc
libc.src.stdlib.calloc
libc.src.stdlib.realloc
libc.src.errno.errno
libc.src.fcntl.open
libc.src.sched.__sched_getcpucount
libc.src.stdlib.aligned_alloc
libc.src.stdlib.calloc
libc.src.stdlib.free
libc.src.errno.errno
libc.src.stdlib.malloc
libc.src.stdlib.realloc
libc.src.sys.auxv.getauxval
libc.src.sys.mman.mmap
libc.src.sys.mman.munmap
libc.src.sys.prctl.prctl
libc.src.unistd.__llvm_libc_syscall
libc.src.sched.__sched_getcpucount
libc.src.unistd.close
libc.src.unistd.read
libc.src.unistd.sysconf
libc.src.unistd.write
)

add_executable(
Expand Down
Loading