Skip to content

Commit da0695a

Browse files
chsiggjoaosaffran
authored and
joaosaffran
committed
[llvm][bazel] Adjust to HAVE_SYS_AUXV_H > HAVE_GETAUXVAL in llvm@89d636b
1 parent 0486a34 commit da0695a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296

297297
/* HAVE_PROC_PID_RUSAGE defined in Bazel */
298298

299-
#define HAVE_SYS_AUXV_H 1
299+
#define HAVE_GETAUXVAL 1
300300

301301
/* Directly provide definitions here behind platform preprocessor definitions.
302302
* The preprocessor conditions are sufficient to handle all of the configuration

utils/bazel/llvm_configs/config.h.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,6 @@
295295

296296
#cmakedefine HAVE_BUILTIN_THREAD_POINTER ${HAVE_BUILTIN_THREAD_POINTER}
297297

298-
#cmakedefine HAVE_SYS_AUXV_H ${HAVE_SYS_AUXV_H}
298+
#cmakedefine HAVE_GETAUXVAL ${HAVE_GETAUXVAL}
299299

300300
#endif

0 commit comments

Comments
 (0)