Skip to content

Commit e90b219

Browse files
authored
[llvm][bazel] Port 1e65b76 to bazel.
1e65b76
1 parent a9c71d3 commit e90b219

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/bazel/llvm_configs/config.h.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@
125125
/* Define to 1 if you have the `pthread_setname_np' function. */
126126
#cmakedefine HAVE_PTHREAD_SETNAME_NP ${HAVE_PTHREAD_SETNAME_NP}
127127

128+
/* Define to 1 if you have the `pthread_get_name_np' function. */
129+
#cmakedefine HAVE_PTHREAD_GET_NAME_NP ${HAVE_PTHREAD_GET_NAME_NP}
130+
131+
/* Define to 1 if you have the `pthread_set_name_np' function. */
132+
#cmakedefine HAVE_PTHREAD_SET_NAME_NP ${HAVE_PTHREAD_SET_NAME_NP}
133+
128134
/* Define to 1 if you have the <mach/mach.h> header file. */
129135
#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
130136

0 commit comments

Comments
 (0)