Skip to content

Commit 45b3aa0

Browse files
authored
Merge pull request #32668 from 3405691582/OpenBSD_MandatesStableAPI
[test] Add OpenBSD to stable ABI testing targets.
2 parents 22289b0 + a7679c0 commit 45b3aa0

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', 'linux-android', 'linux-androideabi']):
702+
if (run_os in ['linux-gnu', 'linux-gnueabihf', 'freebsd', 'openbsd', 'windows-cygnus', 'windows-gnu', 'windows-msvc', 'linux-android', 'linux-androideabi']):
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)