forked from OSchip/llvm-project
[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. llvm-svn: 301065
This commit is contained in:
parent
01d17e7c5f
commit
ea84c1687c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue