We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf4544 commit 9bd836aCopy full SHA for 9bd836a
utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h
@@ -296,6 +296,8 @@
296
297
/* HAVE_PROC_PID_RUSAGE defined in Bazel */
298
299
+#define HAVE_SYS_AUXV_H 1
300
+
301
/* Directly provide definitions here behind platform preprocessor definitions.
302
* The preprocessor conditions are sufficient to handle all of the configuration
303
* on platforms targeted by Bazel, and defining these here more faithfully
utils/bazel/llvm_configs/config.h.cmake
@@ -295,4 +295,6 @@
295
#cmakedefine HAVE_BUILTIN_THREAD_POINTER ${HAVE_BUILTIN_THREAD_POINTER}
+#cmakedefine HAVE_SYS_AUXV_H ${HAVE_SYS_AUXV_H}
#endif
0 commit comments