Skip to content

Commit 358fe49

Browse files
committed
[gn build] Manually port 9237cfa
1 parent fdd089b commit 358fe49

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ static_library("builtins") {
274274
if (current_cpu == "x86" || current_cpu == "x64") {
275275
sources -= [ "fp_mode.c" ]
276276
sources += [
277-
"cpu_model.c",
277+
"cpu_model/x86.c",
278278
"i386/fp_mode.c",
279279
"truncdfbf2.c",
280280
"truncsfbf2.c",
@@ -496,7 +496,7 @@ static_library("builtins") {
496496
sources -= [ "fp_mode.c" ]
497497
sources += [
498498
"aarch64/fp_mode.c",
499-
"cpu_model.c",
499+
"cpu_model/aarch64.c",
500500
]
501501
if (current_os == "mingw") {
502502
sources += [ "aarch64/chkstk.S" ]

0 commit comments

Comments
 (0)