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 8b3f158 commit 2eaba46Copy full SHA for 2eaba46
compiler-rt/lib/builtins/cpu_model/aarch64.c
@@ -34,7 +34,7 @@ typedef struct __ifunc_arg_t {
34
_Bool __aarch64_have_lse_atomics
35
__attribute__((visibility("hidden"), nocommon)) = false;
36
37
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
38
// clang-format off: should not reorder sys/auxv.h alphabetically
39
#include <sys/auxv.h>
40
// clang-format on
@@ -68,7 +68,7 @@ struct {
68
// clang-format off
69
#if defined(__APPLE__)
70
#include "aarch64/fmv/apple.inc"
71
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__OpenBSD__)
72
#include "aarch64/fmv/mrs.inc"
73
#include "aarch64/fmv/elf_aux_info.inc"
74
#elif defined(__Fuchsia__)
0 commit comments