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 0d66659 commit 27fe2c9Copy full SHA for 27fe2c9
utils/bazel/llvm-project-overlay/llvm/config.bzl
@@ -47,6 +47,7 @@ posix_defines = [
47
48
linux_defines = posix_defines + [
49
"_GNU_SOURCE",
50
+ "HAVE_GETAUXVAL=1",
51
"HAVE_MALLINFO=1",
52
"HAVE_SBRK=1",
53
"HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC=1",
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_GETAUXVAL 1
+/* HAVE_GETAUXVAL defined in Bazel */
300
301
/* Directly provide definitions here behind platform preprocessor definitions.
302
* The preprocessor conditions are sufficient to handle all of the configuration
0 commit comments