mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
gn build: (manually) merge r371003
llvm-svn: 371091
This commit is contained in:
parent
99cf34b1da
commit
91683fcaf2
@ -99,6 +99,7 @@ static_library("builtins") {
|
||||
"floatunsisf.c",
|
||||
"floatuntidf.c",
|
||||
"floatuntisf.c",
|
||||
"fp_mode.c",
|
||||
"int_util.c",
|
||||
"lshrdi3.c",
|
||||
"lshrti3.c",
|
||||
@ -294,6 +295,7 @@ static_library("builtins") {
|
||||
"arm/comparesf2.S",
|
||||
"arm/divmodsi4.S",
|
||||
"arm/divsi3.S",
|
||||
"arm/fp_mode.c",
|
||||
"arm/modsi3.S",
|
||||
"arm/sync_fetch_and_add_4.S",
|
||||
"arm/sync_fetch_and_add_8.S",
|
||||
@ -333,6 +335,7 @@ static_library("builtins") {
|
||||
|
||||
if (target_cpu == "arm64") {
|
||||
sources += [
|
||||
"aarch64/fp_mode.c",
|
||||
"comparetf2.c",
|
||||
"extenddftf2.c",
|
||||
"extendsftf2.c",
|
||||
|
Loading…
Reference in New Issue
Block a user