Fix build issue and comments

Fix an unclosed if block
master
Paolo Teti 2018-01-19 19:27:25 +01:00
parent a75a49990c
commit 083f107c5e
1 changed files with 2 additions and 1 deletions

View File

@ -5464,7 +5464,7 @@ mod c {
],
);
// 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.
// Second are little-endian only, so build fail on big-endian targets.
// Temporally workaround: exclude these files for big-endian targets.
if !llvm_target[0].starts_with("thumbeb") &&
@ -5477,6 +5477,7 @@ mod c {
"arm/aeabi_cfcmpeq_check_nan.c",
],
);
}
}
if llvm_target[0] == "armv7" {