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 17aa520 commit b8b40e2Copy full SHA for b8b40e2
compiler-rt/lib/builtins/cpu_model/aarch64.c
@@ -123,9 +123,7 @@ struct {
123
124
// The formatter wants to re-order these includes, but doing so is incorrect:
125
// clang-format off
126
-#if defined(__APPLE__)
127
-#include "aarch64/fmv/apple.inc"
128
-#elif defined(__FreeBSD__)
+#if defined(__FreeBSD__)
129
#include "aarch64/fmv/mrs.inc"
130
#include "aarch64/fmv/freebsd.inc"
131
#elif defined(__Fuchsia__)
compiler-rt/lib/builtins/cpu_model/aarch64/fmv/apple.inc
0 commit comments