forked from OSchip/llvm-project
[cfi] Disable ThinLTO + CFI tests on Windows.
PR32770. llvm-svn: 301235
This commit is contained in:
parent
c8e8e2a046
commit
5d7633f75d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue