From 083f107c5ed3f2cc83fc5de8b1472ed3a47cd68a Mon Sep 17 00:00:00 2001 From: Paolo Teti Date: Fri, 19 Jan 2018 19:27:25 +0100 Subject: [PATCH] Fix build issue and comments Fix an unclosed if block --- build.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 0b27598..cb8f810 100644 --- a/build.rs +++ b/build.rs @@ -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" {