File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11include(CheckSymbolExists)
22check_symbol_exists(SYS_faccessat2 "sys/syscall.h" HAVE_SYS_FACCESSAT2)
33if(NOT HAVE_SYS_FACCESSAT2)
4+ message(VERBOSE "unistd.faccessat excluded from build, faccessat2 syscall is not available on the system")
45 list(APPEND TARGET_LLVMLIBC_REMOVED_ENTRYPOINTS
56 libc.src.unistd.faccessat
67 )
Original file line number Diff line number Diff line change 11include(CheckSymbolExists)
22check_symbol_exists(SYS_faccessat2 "sys/syscall.h" HAVE_SYS_FACCESSAT2)
33if(NOT HAVE_SYS_FACCESSAT2)
4+ message(VERBOSE "unistd.faccessat excluded from build, faccessat2 syscall is not available on the system")
45 list(APPEND TARGET_LLVMLIBC_REMOVED_ENTRYPOINTS
56 libc.src.unistd.faccessat
67 )
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ endif()
2323include(CheckSymbolExists)
2424check_symbol_exists(SYS_faccessat2 "sys/syscall.h" HAVE_SYS_FACCESSAT2)
2525if(NOT HAVE_SYS_FACCESSAT2)
26+ message(VERBOSE "unistd.faccessat excluded from build, faccessat2 syscall is not available on the system")
2627 list(APPEND TARGET_LLVMLIBC_REMOVED_ENTRYPOINTS
2728 libc.src.unistd.faccessat
2829 )
You can’t perform that action at this time.
0 commit comments