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:
Peter Collingbourne
2025-06-09 16:41:13 -07:00
committed by GitHub
parent ce4a7c4a66
commit b3837f1392

View File

@@ -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()