Closed rintaro closed 1 month ago
@swift-ci Please smoke test
@swift-ci Please smoke test
@swift-ci Please smoke test
@hjyamauchi Can you please check if the "inline" bridging mode also works for windows arm? I.e. try with a recent top-of-main
@hjyamauchi Can you please check if the "inline" bridging mode also works for windows arm? I.e. try with a recent top-of-main
Sure. What does the inline bridging mode mean?
It basically means that many stl/llvm/swift headers are included in the bridging modules, i.e. imported by the clang importer. This is not the case in the "pure" mode, which was used for Windows prior to this change.
-D_CRT_USE_BUILTIN_OFFSETOF
to makeoffsetof()
a constantswift/shims
search path inSwiftCompilerSources