[NFC][Py Reformat] Added more commits to .git-blame-ignore-revs
[llvm-project.git] / libc / src / signal / CMakeLists.txt
blobc70ab952b9950f0241989451234a8f5abe4c4ee8
1 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
2   add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
3 endif()
5 add_entrypoint_object(
6   raise
7   ALIAS
8   DEPENDS
9     .${LIBC_TARGET_OS}.raise
12 add_entrypoint_object(
13   kill
14   ALIAS
15   DEPENDS
16     .${LIBC_TARGET_OS}.kill
19 add_entrypoint_object(
20   sigaction
21   ALIAS
22   DEPENDS
23     .${LIBC_TARGET_OS}.sigaction
26 add_entrypoint_object(
27   sigaltstack
28   ALIAS
29   DEPENDS
30     .${LIBC_TARGET_OS}.sigaltstack
33 add_entrypoint_object(
34   sigprocmask
35   ALIAS
36   DEPENDS
37     .${LIBC_TARGET_OS}.sigprocmask
40 add_entrypoint_object(
41   sigemptyset
42   ALIAS
43   DEPENDS
44     .${LIBC_TARGET_OS}.sigemptyset
47 add_entrypoint_object(
48   sigaddset
49   ALIAS
50   DEPENDS
51     .${LIBC_TARGET_OS}.sigaddset
54 add_entrypoint_object(
55   signal
56   ALIAS
57   DEPENDS
58     .${LIBC_TARGET_OS}.signal
61 add_entrypoint_object(
62   sigfillset
63   ALIAS
64   DEPENDS
65     .${LIBC_TARGET_OS}.sigfillset
68 add_entrypoint_object(
69   sigdelset
70   ALIAS
71   DEPENDS
72     .${LIBC_TARGET_OS}.sigdelset