From cc44d7c1f1d3e45e338faf2ecc4fb43c58dda330 Mon Sep 17 00:00:00 2001 From: Michal Gorny Date: Sun, 27 Aug 2017 20:37:06 +0000 Subject: Revert r311842 - [cmake] Remove i686 target that is duplicate to i386 The required change in clang is being reverted because of the Android build bot failure. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@311859 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.common.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lit.common.cfg') diff --git a/test/lit.common.cfg b/test/lit.common.cfg index 4f23ab285..6080edca4 100644 --- a/test/lit.common.cfg +++ b/test/lit.common.cfg @@ -135,7 +135,7 @@ config.substitutions.append( ("%expect_crash ", config.expect_crash) ) target_arch = getattr(config, 'target_arch', None) if target_arch: config.available_features.add(target_arch + '-target-arch') - if target_arch in ['x86_64', 'i386']: + if target_arch in ['x86_64', 'i386', 'i686']: config.available_features.add('x86-target-arch') config.available_features.add(target_arch + '-' + config.host_os.lower()) -- cgit v1.2.3