Skip to content

Commit

Permalink
gn build: Sync GENERIC_TF_SOURCES with CMake.
Browse files Browse the repository at this point in the history
Reviewers: aeubanks

Reviewed By: aeubanks

Pull Request: llvm#88456
  • Loading branch information
pcc committed Jun 4, 2024
1 parent 7390bff commit 75163d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ static_library("builtins") {
"absvti2.c",
"adddf3.c",
"addsf3.c",
"addtf3.c",
"addvdi3.c",
"addvsi3.c",
"addvti3.c",
Expand Down Expand Up @@ -125,8 +124,6 @@ static_library("builtins") {
"divsc3.c",
"divsf3.c",
"divsi3.c",
"divtc3.c",
"divtf3.c",
"divti3.c",
"extendhfsf2.c",
"extendsfdf2.c",
Expand Down Expand Up @@ -172,7 +169,6 @@ static_library("builtins") {
"muloti4.c",
"mulsc3.c",
"mulsf3.c",
"multf3.c",
"multi3.c",
"mulvdi3.c",
"mulvsi3.c",
Expand All @@ -193,10 +189,8 @@ static_library("builtins") {
"popcountti2.c",
"powidf2.c",
"powisf2.c",
"powitf2.c",
"subdf3.c",
"subsf3.c",
"subtf3.c",
"subvdi3.c",
"subvsi3.c",
"subvti3.c",
Expand Down Expand Up @@ -248,7 +242,10 @@ static_library("builtins") {
if ((current_cpu == "x64" && current_os != "win") || current_cpu == "arm64") {
# GENERIC_TF_SOURCES
sources += [
"addtf3.c",
"comparetf2.c",
"divtc3.c",
"divtf3.c",
"extenddftf2.c",
"extendhftf2.c",
"extendsftf2.c",
Expand All @@ -265,6 +262,9 @@ static_library("builtins") {
"floatunsitf.c",
"floatuntitf.c",
"multc3.c",
"multf3.c",
"powitf2.c",
"subtf3.c",
"trunctfdf2.c",
"trunctfhf2.c",
"trunctfsf2.c",
Expand Down

0 comments on commit 75163d5

Please sign in to comment.