From 5386ce5171f419d6307004c545bca6232358bdcc Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Sat, 22 Apr 2017 00:07:47 +0000 Subject: [cfi] Disable thinlto tests on Darwin. These were added in r301016, but they're failing, because -fsanitize=cfi seemingly causes -flto=thin to emit raw bitcode objects, rather than the mach-o-wrapped bitcode we emit with -flto=thin alone. That causes all tests to fail with ld64 errors. Filed PR32741. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@301065 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/cfi/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'test/cfi') diff --git a/test/cfi/CMakeLists.txt b/test/cfi/CMakeLists.txt index aa6c8214c..ee2ac5566 100644 --- a/test/cfi/CMakeLists.txt +++ b/test/cfi/CMakeLists.txt @@ -31,7 +31,6 @@ endmacro() if (APPLE) add_cfi_test_suites(False False) - add_cfi_test_suites(False True) elseif(WINDOWS) add_cfi_test_suites(True False) add_cfi_test_suites(True True) -- cgit v1.2.1