mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[runtime] Clean up symbols in error machinery. (#12853)
* [runtime] Clean up symbols in error machinery. * [runtime] Clean up symbols in Foundation overlay. * [runtime] Clean up symbols in collections and hashing. * [runtime] Remove symbol controls from the Linux definition of swift_allocError. * [tests] Add more stub functions for tests that link directly to the runtime.
This commit is contained in:
@@ -64,7 +64,6 @@ static const FullMetadata<HeapMetadata> ErrorMetadata{
|
||||
Metadata{MetadataKind::ErrorObject},
|
||||
};
|
||||
|
||||
SWIFT_CC(swift) SWIFT_RUNTIME_EXPORT
|
||||
BoxPair::Return
|
||||
swift::swift_allocError(const swift::Metadata *type,
|
||||
const swift::WitnessTable *errorConformance,
|
||||
|
||||
Reference in New Issue
Block a user