Skip to content

Commit 426c4f9

Browse files
authored
Add i686-pc-windows-coff/x86_64-pc-windows-coff embedded triples
These triples don't need additional adjustments in the standard library and complement existing embedded triples for i686 and x86_64 CPU architectures.
1 parent 066f253 commit 426c4f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
194194
list(APPEND EMBEDDED_STDLIB_TARGET_TRIPLES
195195
"i686 i686-unknown-none-elf i686-unknown-none-elf"
196196
"x86_64 x86_64-unknown-none-elf x86_64-unknown-none-elf"
197+
"i686 i686-pc-windows-coff i686-pc-windows-coff"
198+
"x86_64 x86_64-pc-windows-coff x86_64-pc-windows-coff"
197199
)
198200
endif()
199201

0 commit comments

Comments
 (0)