swiftlang/swift

[SR-9126] create internal version of swiftrt

Open

#51,623 opened on Oct 29, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Swift (10,719 forks)batch import
Windowsbuildgood first issueimprovementstandard library

Repository metrics

Stars
 (69,989 stars)
PR merge metrics
 (Avg merge 8d 17h) (510 merged PRs in 30d)

Description

Previous ID SR-9126
Radar None
Original Reporter @compnerd
Type Improvement
Votes 0
Component/s Standard Library
Labels Improvement, StarterBug, Windows, build
Assignee None
Priority Medium

md5: b60d08ef1da63dbb9bc6b31937140d2a

Issue Description:

When building swiftrt we mark `swift_addNewDSOImage` as DLLImport, however, when building swiftCore, it is special and is not DLLImport. We should build a special version for swiftCore.

Contributor guide