We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd089b commit 358fe49Copy full SHA for 358fe49
llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -274,7 +274,7 @@ static_library("builtins") {
274
if (current_cpu == "x86" || current_cpu == "x64") {
275
sources -= [ "fp_mode.c" ]
276
sources += [
277
- "cpu_model.c",
+ "cpu_model/x86.c",
278
"i386/fp_mode.c",
279
"truncdfbf2.c",
280
"truncsfbf2.c",
@@ -496,7 +496,7 @@ static_library("builtins") {
496
497
498
"aarch64/fp_mode.c",
499
+ "cpu_model/aarch64.c",
500
]
501
if (current_os == "mingw") {
502
sources += [ "aarch64/chkstk.S" ]
0 commit comments