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 a75a499 commit 083f107Copy full SHA for 083f107
build.rs
@@ -5464,7 +5464,7 @@ mod c {
5464
],
5465
);
5466
5467
- // First of all aeabi_cdcmp and aeabi_cfcmp are never called LLVM.
+ // First of all aeabi_cdcmp and aeabi_cfcmp are never called by LLVM.
5468
// Second are little-endian only, so build fail on big-endian targets.
5469
// Temporally workaround: exclude these files for big-endian targets.
5470
if !llvm_target[0].starts_with("thumbeb") &&
@@ -5477,6 +5477,7 @@ mod c {
5477
"arm/aeabi_cfcmpeq_check_nan.c",
5478
5479
5480
+ }
5481
}
5482
5483
if llvm_target[0] == "armv7" {
0 commit comments