mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Backtracing] Remove support for implicit import of _Backtracing.
We're going to rename the module to Runtime, and it isn't going to be an implicit import, so we don't need any of this. rdar://124913332
This commit is contained in:
@@ -33,8 +33,6 @@ constexpr static const StringLiteral SWIFT_MODULE_ABI_NAME_PREFIX = "Compiler";
|
||||
constexpr static const StringLiteral SWIFT_DISTRIBUTED_NAME = "Distributed";
|
||||
/// The name of the StringProcessing module, which supports that extension.
|
||||
constexpr static const StringLiteral SWIFT_STRING_PROCESSING_NAME = "_StringProcessing";
|
||||
/// The name of the Backtracing module, which supports that extension.
|
||||
constexpr static const StringLiteral SWIFT_BACKTRACING_NAME = "_Backtracing";
|
||||
/// The name of the SwiftShims module, which contains private stdlib decls.
|
||||
constexpr static const StringLiteral SWIFT_SHIMS_NAME = "SwiftShims";
|
||||
/// The name of the CxxShim module, which contains a cxx casting utility.
|
||||
|
||||
Reference in New Issue
Block a user