[cfi] Disable ThinLTO + CFI tests on Windows.

PR32770.

llvm-svn: 301235
This commit is contained in:
Evgeniy Stepanov 2017-04-24 19:52:51 +00:00
parent c8e8e2a046
commit 5d7633f75d
1 changed files with 2 additions and 1 deletions

View File

@ -30,10 +30,11 @@ macro (add_cfi_test_suites lld thinlto)
endmacro()
if (APPLE)
# FIXME: enable ThinLTO tests after fixing http://llvm.org/pr32741
add_cfi_test_suites(False False)
elseif(WINDOWS)
# FIXME: enable ThinLTO tests after fixing http://llvm.org/pr32770
add_cfi_test_suites(True False)
add_cfi_test_suites(True True)
else()
add_cfi_test_suites(False False)
add_cfi_test_suites(False True)