We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4a7c4 commit b3837f1Copy full SHA for b3837f1
compiler-rt/test/cfi/CMakeLists.txt
@@ -47,7 +47,7 @@ foreach(arch ${CFI_TEST_ARCH})
47
else()
48
add_cfi_test_suites(False False)
49
add_cfi_test_suites(False True)
50
- if (COMPILER_RT_HAS_LLD AND NOT arch STREQUAL "i386")
+ if (COMPILER_RT_HAS_LLD)
51
add_cfi_test_suites(True False)
52
add_cfi_test_suites(True True)
53
endif()
0 commit comments