[llvm][bazel] Adjust to HAVE_SYS_AUXV_H > HAVE_GETAUXVAL in 89d636ba91
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user