Loading utils/bazel/llvm-project-overlay/libc/test/src/sys/mman/BUILD.bazel +11 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ libc_test( name = "madvise_test", srcs = ["linux/madvise_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:madvise", "//libc:mmap", "//libc:munmap", Loading @@ -24,6 +25,7 @@ libc_test( name = "mincore_test", srcs = ["linux/mincore_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:madvise", "//libc:mincore", "//libc:mlock", Loading @@ -40,6 +42,7 @@ libc_test( deps = [ "//libc:__support_osutil_syscall", "//libc:getrlimit", "//libc:hdr_sys_mman_macros", "//libc:madvise", "//libc:mincore", "//libc:mlock", Loading @@ -57,6 +60,7 @@ libc_test( name = "mmap_test", srcs = ["linux/mmap_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", ], Loading @@ -66,6 +70,7 @@ libc_test( name = "mprotect_test", srcs = ["linux/mprotect_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:mprotect", "//libc:munmap", Loading @@ -76,6 +81,7 @@ libc_test( name = "mremap_test", srcs = ["linux/mremap_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:mremap", "//libc:munmap", Loading @@ -86,6 +92,7 @@ libc_test( name = "msync_test", srcs = ["linux/msync_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mlock", "//libc:mmap", "//libc:msync", Loading @@ -101,6 +108,7 @@ libc_test( deps = [ "//libc:hdr_errno_macros", "//libc:hdr_signal_macros", "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", "//libc:pkey_alloc", Loading @@ -117,6 +125,7 @@ libc_test( name = "posix_madvise_test", srcs = ["linux/posix_madvise_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", "//libc:posix_madvise", Loading @@ -128,6 +137,7 @@ libc_test( srcs = ["linux/remap_file_pages_test.cpp"], deps = [ "//libc:close", "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", "//libc:open", Loading @@ -144,6 +154,7 @@ libc_test( "//libc:fcntl", "//libc:ftruncate", "//libc:hdr_fcntl_macros", "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", "//libc:open", Loading Loading
utils/bazel/llvm-project-overlay/libc/test/src/sys/mman/BUILD.bazel +11 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ libc_test( name = "madvise_test", srcs = ["linux/madvise_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:madvise", "//libc:mmap", "//libc:munmap", Loading @@ -24,6 +25,7 @@ libc_test( name = "mincore_test", srcs = ["linux/mincore_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:madvise", "//libc:mincore", "//libc:mlock", Loading @@ -40,6 +42,7 @@ libc_test( deps = [ "//libc:__support_osutil_syscall", "//libc:getrlimit", "//libc:hdr_sys_mman_macros", "//libc:madvise", "//libc:mincore", "//libc:mlock", Loading @@ -57,6 +60,7 @@ libc_test( name = "mmap_test", srcs = ["linux/mmap_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", ], Loading @@ -66,6 +70,7 @@ libc_test( name = "mprotect_test", srcs = ["linux/mprotect_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:mprotect", "//libc:munmap", Loading @@ -76,6 +81,7 @@ libc_test( name = "mremap_test", srcs = ["linux/mremap_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:mremap", "//libc:munmap", Loading @@ -86,6 +92,7 @@ libc_test( name = "msync_test", srcs = ["linux/msync_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mlock", "//libc:mmap", "//libc:msync", Loading @@ -101,6 +108,7 @@ libc_test( deps = [ "//libc:hdr_errno_macros", "//libc:hdr_signal_macros", "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", "//libc:pkey_alloc", Loading @@ -117,6 +125,7 @@ libc_test( name = "posix_madvise_test", srcs = ["linux/posix_madvise_test.cpp"], deps = [ "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", "//libc:posix_madvise", Loading @@ -128,6 +137,7 @@ libc_test( srcs = ["linux/remap_file_pages_test.cpp"], deps = [ "//libc:close", "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", "//libc:open", Loading @@ -144,6 +154,7 @@ libc_test( "//libc:fcntl", "//libc:ftruncate", "//libc:hdr_fcntl_macros", "//libc:hdr_sys_mman_macros", "//libc:mmap", "//libc:munmap", "//libc:open", Loading