Skip to content

Commit 8c85220

Browse files
[libc] sort
1 parent 3697a64 commit 8c85220

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

libc/test/integration/scudo/CMakeLists.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ endif()
1313
add_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
19-
libc.src.stdlib.aligned_alloc
20-
libc.src.stdlib.free
2116
libc.src.errno.errno
22-
libc.src.unistd.__llvm_libc_syscall
17+
libc.src.fcntl.open
2318
libc.src.sched.__sched_getcpucount
24-
libc.src.unistd.sysconf
19+
libc.src.stdlib.aligned_alloc
20+
libc.src.stdlib.calloc
21+
libc.src.stdlib.free
22+
libc.src.stdlib.malloc
23+
libc.src.stdlib.realloc
2524
libc.src.sys.auxv.getauxval
26-
libc.src.sys.prctl.prctl
2725
libc.src.sys.mman.mmap
2826
libc.src.sys.mman.munmap
27+
libc.src.sys.prctl.prctl
28+
libc.src.unistd.__llvm_libc_syscall
29+
libc.src.unistd.close
2930
libc.src.unistd.read
31+
libc.src.unistd.sysconf
3032
libc.src.unistd.write
31-
libc.src.unistd.close
32-
libc.src.fcntl.open
3333
)
3434

3535
add_executable(

0 commit comments

Comments
 (0)