Skip to content

Commit

Permalink
Revert "Add missing extendhfxf2 in compiler rt" (llvm#110662)
Browse files Browse the repository at this point in the history
Reverts llvm#109090
  • Loading branch information
lntue authored and Sterling-Augustine committed Oct 3, 2024
1 parent 7414c33 commit 5e672ce
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 82 deletions.
1 change: 0 additions & 1 deletion compiler-rt/lib/builtins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ set(GENERIC_SOURCES
divti3.c
extendsfdf2.c
extendhfsf2.c
extendhfxf2.c
ffsdi2.c
ffssi2.c
ffsti2.c
Expand Down
18 changes: 0 additions & 18 deletions compiler-rt/lib/builtins/extendhfxf2.c

This file was deleted.

1 change: 0 additions & 1 deletion compiler-rt/lib/builtins/macho_embedded/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ divsf3
divsi3
extendsfdf2
extendhfsf2
extendhfxf2
ffssi2
fixdfsi
fixsfsi
Expand Down
61 changes: 0 additions & 61 deletions compiler-rt/test/builtins/Unit/extendhfxf2_test.c

This file was deleted.

1 change: 0 additions & 1 deletion llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ static_library("builtins") {
"divsi3.c",
"divti3.c",
"extendhfsf2.c",
"extendhfxf2.c"
"extendsfdf2.c",
"ffsdi2.c",
"ffssi2.c",
Expand Down

0 comments on commit 5e672ce

Please sign in to comment.