forked from OSchip/llvm-project
cfi: Enable ThinLTO tests on Windows.
We now avoid using absolute symbols on Windows (D37407 and D37408), so this should work. Fixes PR32770. Differential Revision: https://reviews.llvm.org/D37883 llvm-svn: 313379
This commit is contained in:
parent
7d218f7532
commit
a02c2eaf52
|
@ -33,8 +33,8 @@ if (APPLE)
|
|||
# FIXME: enable ThinLTO tests after fixing http://llvm.org/pr32741
|
||||
add_cfi_test_suites(False False)
|
||||
elseif(WIN32)
|
||||
# FIXME: enable ThinLTO tests after fixing http://llvm.org/pr32770
|
||||
add_cfi_test_suites(True False)
|
||||
add_cfi_test_suites(True True)
|
||||
else()
|
||||
if (CFI_SUPPORTED_ARCH)
|
||||
add_cfi_test_suites(False False)
|
||||
|
|
Loading…
Reference in New Issue