Skip to content

Commit

Permalink
[builtins] Rename sysauxv to getauxval to reflect the function called…
Browse files Browse the repository at this point in the history
…. NFCI (#102796)
  • Loading branch information
brad0 committed Aug 11, 2024
1 parent e79e601 commit e2f9c18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler-rt/lib/builtins/cpu_model/aarch64.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _Bool __aarch64_have_lse_atomics
#include "aarch64/lse_atomics/android.inc"
#elif __has_include(<sys/auxv.h>)
#include "aarch64/hwcap.inc"
#include "aarch64/lse_atomics/sysauxv.inc"
#include "aarch64/lse_atomics/getauxval.inc"
#else
// When unimplemented, we leave __aarch64_have_lse_atomics initialized to false.
#endif
Expand Down Expand Up @@ -75,7 +75,7 @@ struct {
#include "aarch64/fmv/android.inc"
#elif __has_include(<sys/auxv.h>)
#include "aarch64/fmv/mrs.inc"
#include "aarch64/fmv/sysauxv.inc"
#include "aarch64/fmv/getauxval.inc"
#else
#include "aarch64/fmv/unimplemented.inc"
#endif
Expand Down

0 comments on commit e2f9c18

Please sign in to comment.