[llvm][bazel] Adjust to HAVE_SYS_AUXV_H > HAVE_GETAUXVAL in 89d636ba91

This commit is contained in:
Christian Sigg
2025-02-13 08:08:52 +01:00
parent ffd2633061
commit ec056f5458
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@
/* HAVE_PROC_PID_RUSAGE defined in Bazel */
#define HAVE_SYS_AUXV_H 1
#define HAVE_GETAUXVAL 1
/* Directly provide definitions here behind platform preprocessor definitions.
* The preprocessor conditions are sufficient to handle all of the configuration

View File

@@ -295,6 +295,6 @@
#cmakedefine HAVE_BUILTIN_THREAD_POINTER ${HAVE_BUILTIN_THREAD_POINTER}
#cmakedefine HAVE_SYS_AUXV_H ${HAVE_SYS_AUXV_H}
#cmakedefine HAVE_GETAUXVAL ${HAVE_GETAUXVAL}
#endif