mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
IRGen: Insert a call to swift_willThrow to allow lldb to place a breakpoint.
rdar://20356658. Swift SVN r27710
This commit is contained in:
@@ -97,9 +97,9 @@ swift::swift_errorRetain(SwiftError *object) {
|
||||
return static_cast<SwiftError*>(swift_retain(object));
|
||||
}
|
||||
|
||||
void
|
||||
swift::swift_errorRelease(SwiftError *object) {
|
||||
void swift::swift_errorRelease(SwiftError *object) {
|
||||
swift_release(object);
|
||||
}
|
||||
|
||||
void swift::swift_willThrow(SwiftError *object) { }
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user