cfi: Re-enable tests with lld on i386. NFCI.
Originally disabled because of #34200 but that bug has long since been fixed. Reviewers: fmayer Reviewed By: fmayer Pull Request: https://github.com/llvm/llvm-project/pull/143459
This commit is contained in:
committed by
GitHub
parent
ce4a7c4a66
commit
b3837f1392
@@ -47,7 +47,7 @@ foreach(arch ${CFI_TEST_ARCH})
|
||||
else()
|
||||
add_cfi_test_suites(False False)
|
||||
add_cfi_test_suites(False True)
|
||||
if (COMPILER_RT_HAS_LLD AND NOT arch STREQUAL "i386")
|
||||
if (COMPILER_RT_HAS_LLD)
|
||||
add_cfi_test_suites(True False)
|
||||
add_cfi_test_suites(True True)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user