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 68a0d0c commit a5bc549Copy full SHA for a5bc549
llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -571,7 +571,7 @@ static_library("builtins") {
571
572
if (current_cpu == "riscv" || current_cpu == "riscv64") {
573
sources += [
574
- "riscv/feature_bits.c",
+ "cpu_model/riscv.c",
575
"riscv/fp_mode.c",
576
"riscv/restore.S",
577
"riscv/save.S",
0 commit comments