Skip to content

Commit 75163d5

Browse files
authored
gn build: Sync GENERIC_TF_SOURCES with CMake.
Reviewers: aeubanks Reviewed By: aeubanks Pull Request: llvm#88456
1 parent 7390bff commit 75163d5

File tree

1 file changed

+6
-6
lines changed
  • llvm/utils/gn/secondary/compiler-rt/lib/builtins

1 file changed

+6
-6
lines changed

llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ static_library("builtins") {
9595
"absvti2.c",
9696
"adddf3.c",
9797
"addsf3.c",
98-
"addtf3.c",
9998
"addvdi3.c",
10099
"addvsi3.c",
101100
"addvti3.c",
@@ -125,8 +124,6 @@ static_library("builtins") {
125124
"divsc3.c",
126125
"divsf3.c",
127126
"divsi3.c",
128-
"divtc3.c",
129-
"divtf3.c",
130127
"divti3.c",
131128
"extendhfsf2.c",
132129
"extendsfdf2.c",
@@ -172,7 +169,6 @@ static_library("builtins") {
172169
"muloti4.c",
173170
"mulsc3.c",
174171
"mulsf3.c",
175-
"multf3.c",
176172
"multi3.c",
177173
"mulvdi3.c",
178174
"mulvsi3.c",
@@ -193,10 +189,8 @@ static_library("builtins") {
193189
"popcountti2.c",
194190
"powidf2.c",
195191
"powisf2.c",
196-
"powitf2.c",
197192
"subdf3.c",
198193
"subsf3.c",
199-
"subtf3.c",
200194
"subvdi3.c",
201195
"subvsi3.c",
202196
"subvti3.c",
@@ -248,7 +242,10 @@ static_library("builtins") {
248242
if ((current_cpu == "x64" && current_os != "win") || current_cpu == "arm64") {
249243
# GENERIC_TF_SOURCES
250244
sources += [
245+
"addtf3.c",
251246
"comparetf2.c",
247+
"divtc3.c",
248+
"divtf3.c",
252249
"extenddftf2.c",
253250
"extendhftf2.c",
254251
"extendsftf2.c",
@@ -265,6 +262,9 @@ static_library("builtins") {
265262
"floatunsitf.c",
266263
"floatuntitf.c",
267264
"multc3.c",
265+
"multf3.c",
266+
"powitf2.c",
267+
"subtf3.c",
268268
"trunctfdf2.c",
269269
"trunctfhf2.c",
270270
"trunctfsf2.c",

0 commit comments

Comments
 (0)