mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Implement debug info for willset/didset, and teach dispatch to be non-virtual
to didset/will set since we don't drop these in the class vtable. Swift SVN r13056
This commit is contained in:
@@ -1083,7 +1083,7 @@ namespace {
|
||||
|
||||
// getters and setters funcdecls will be handled by their parent
|
||||
// var/subscript.
|
||||
if (method->isGetterOrSetter()) return;
|
||||
if (method->isAccessor()) return;
|
||||
|
||||
llvm::Constant *entry = emitObjCMethodDescriptor(IGM, method);
|
||||
if (!method->isStatic()) {
|
||||
|
||||
Reference in New Issue
Block a user