Remove unnecessary check

master
Jordan Rhee 2018-09-07 08:27:38 -07:00
parent f3bd252ffc
commit 0a87c71839
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ mod c {
}
}
if llvm_target[0] == "armv7" /* XXX && target_env != "msvc" */ {
if llvm_target[0] == "armv7" {
sources.extend(
&[
"arm/sync_fetch_and_add_4.S",