Skip to content

Commit

Permalink
Revert "[builtins][arm64] Implement __init_cpu_features_resolver on A…
Browse files Browse the repository at this point in the history
…pple platforms (#75636)"

This reverts commit 17aa520.
  • Loading branch information
jroelofs committed Dec 19, 2023
1 parent 17aa520 commit b8b40e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
4 changes: 1 addition & 3 deletions compiler-rt/lib/builtins/cpu_model/aarch64.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ struct {

// The formatter wants to re-order these includes, but doing so is incorrect:
// clang-format off
#if defined(__APPLE__)
#include "aarch64/fmv/apple.inc"
#elif defined(__FreeBSD__)
#if defined(__FreeBSD__)
#include "aarch64/fmv/mrs.inc"
#include "aarch64/fmv/freebsd.inc"
#elif defined(__Fuchsia__)
Expand Down
69 changes: 0 additions & 69 deletions compiler-rt/lib/builtins/cpu_model/aarch64/fmv/apple.inc

This file was deleted.

0 comments on commit b8b40e2

Please sign in to comment.