We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0486a34 commit da0695aCopy full SHA for da0695a
utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h
@@ -296,7 +296,7 @@
296
297
/* HAVE_PROC_PID_RUSAGE defined in Bazel */
298
299
-#define HAVE_SYS_AUXV_H 1
+#define HAVE_GETAUXVAL 1
300
301
/* Directly provide definitions here behind platform preprocessor definitions.
302
* The preprocessor conditions are sufficient to handle all of the configuration
utils/bazel/llvm_configs/config.h.cmake
@@ -295,6 +295,6 @@
295
#cmakedefine HAVE_BUILTIN_THREAD_POINTER ${HAVE_BUILTIN_THREAD_POINTER}
-#cmakedefine HAVE_SYS_AUXV_H ${HAVE_SYS_AUXV_H}
+#cmakedefine HAVE_GETAUXVAL ${HAVE_GETAUXVAL}
#endif
0 commit comments