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.
2 parents dfdbe45 + 670e8a8 commit 50785b5Copy full SHA for 50785b5
stdlib/public/CMakeLists.txt
@@ -194,6 +194,10 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
194
list(APPEND EMBEDDED_STDLIB_TARGET_TRIPLES
195
"i686 i686-unknown-none-elf i686-unknown-none-elf"
196
"x86_64 x86_64-unknown-none-elf x86_64-unknown-none-elf"
197
+ # Without specifying the `windows` component LLVM refuses to
198
+ # generate valid COFF object files.
199
+ "i686 i686-unknown-windows-coff i686-unknown-windows-coff"
200
+ "x86_64 x86_64-unknown-windows-coff x86_64-unknown-windows-coff"
201
)
202
endif()
203
0 commit comments