Fix build issue and comments
Fix an unclosed if block
This commit is contained in:
parent
2754f64c18
commit
c68621f444
1 changed files with 2 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue