mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
cc519a09d0
Deferred code generation only produces symbols when they are needed. Expand this out to cover more of the cases where we need them: * @c/@_cdecl with and without @implementation * @_expose(Cxx) and @_expose(Wasm) * @_section and @_used * (already present) the main entry point Part of the Embedded Swift linkage model. Also fixes #74328 / rdar://147207945 along the way.
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
module CDependency {
|
|
header "CHeader.h"
|
|
}
|
|
|
|
module MyModuleExports {
|
|
header "MyModuleExports.h"
|
|
}
|