summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/cfi/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/cfi/CMakeLists.txt b/compiler-rt/test/cfi/CMakeLists.txt
index 2e2f0f88b02..c7fadde5309 100644
--- a/compiler-rt/test/cfi/CMakeLists.txt
+++ b/compiler-rt/test/cfi/CMakeLists.txt
@@ -47,7 +47,7 @@ foreach(arch ${CFI_TEST_ARCH})
else()
add_cfi_test_suites(False False)
add_cfi_test_suites(False True)
- if (COMPILER_RT_HAS_LLD)
+ if (COMPILER_RT_HAS_LLD AND NOT arch STREQUAL "i386")
add_cfi_test_suites(True False)
add_cfi_test_suites(True True)
endif()
OpenPOWER on IntegriCloud