Skip to content

Commit 6efa9f3

Browse files
committed
[android][aarch64] Add Android to set of stable ABI testing targets.
IRGen/conditional_conformances.swift was failing because Android AArch64 was taking the non ABI stable checks, but generating the ABI stable code.
1 parent 08c4e73 commit 6efa9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ if (run_os == 'maccatalyst'):
699699
target_os_abi = 'macosx'
700700
target_os_is_maccatalyst = "TRUE"
701701
config.available_features.add("OS=ios")
702-
if (run_os in ['linux-gnu', 'linux-gnueabihf', 'freebsd', 'windows-cygnus', 'windows-gnu', 'windows-msvc']):
702+
if (run_os in ['linux-gnu', 'linux-gnueabihf', 'freebsd', 'windows-cygnus', 'windows-gnu', 'windows-msvc', 'linux-android']):
703703
target_mandates_stable_abi = "TRUE"
704704
config.available_features.add('swift_only_stable_abi')
705705
config.substitutions.append(('%target-os-abi', target_os_abi))

0 commit comments

Comments
 (0)