[cfi] Disable tests with lld on i386.

bin/ld.lld: error: ubsan_handlers.cc:(.debug_info+0x80D5D): has non-ABS reloc

Bug pending.

llvm-svn: 315027
This commit is contained in:
Evgeniy Stepanov 2017-10-05 22:07:21 +00:00
parent 715bcfe0c9
commit 0d0325606b
1 changed files with 1 additions and 1 deletions

View File

@ -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()