Skip to content

Commit 083f107

Browse files
committed
Fix build issue and comments
Fix an unclosed if block
1 parent a75a499 commit 083f107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5464,7 +5464,7 @@ mod c {
54645464
],
54655465
);
54665466

5467-
// First of all aeabi_cdcmp and aeabi_cfcmp are never called LLVM.
5467+
// First of all aeabi_cdcmp and aeabi_cfcmp are never called by LLVM.
54685468
// Second are little-endian only, so build fail on big-endian targets.
54695469
// Temporally workaround: exclude these files for big-endian targets.
54705470
if !llvm_target[0].starts_with("thumbeb") &&
@@ -5477,6 +5477,7 @@ mod c {
54775477
"arm/aeabi_cfcmpeq_check_nan.c",
54785478
],
54795479
);
5480+
}
54805481
}
54815482

54825483
if llvm_target[0] == "armv7" {

0 commit comments

Comments
 (0)