Skip to content

Commit 254badb

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.6-beta.1
1 parent 4e68962 commit 254badb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/cfi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ foreach(arch ${CFI_TEST_ARCH})
4747
else()
4848
add_cfi_test_suites(False False)
4949
add_cfi_test_suites(False True)
50-
if (COMPILER_RT_HAS_LLD AND NOT arch STREQUAL "i386")
50+
if (COMPILER_RT_HAS_LLD)
5151
add_cfi_test_suites(True False)
5252
add_cfi_test_suites(True True)
5353
endif()

0 commit comments

Comments
 (0)