summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-05 22:07:21 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-05 22:07:21 +0000
commit0d0325606b8edb3fb1da3ce89fb4dc2004d17423 (patch)
treee78fe7defaf90517240187cc547a30a506ad231c
parent715bcfe0c9f1b2b14723465e26427791c59cac98 (diff)
downloadbcm5719-llvm-0d0325606b8edb3fb1da3ce89fb4dc2004d17423.tar.gz
bcm5719-llvm-0d0325606b8edb3fb1da3ce89fb4dc2004d17423.zip
[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
-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