mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Add debug info support for inlined and specialized generic variables."
There is an assertion failure building the source compatibility suite that
needs to be investigated.
This reverts commit 91f6f34119.
This commit is contained in:
@@ -351,7 +351,6 @@ private:
|
||||
case Node::Kind::GenericSpecialization:
|
||||
case Node::Kind::GenericSpecializationNotReAbstracted:
|
||||
case Node::Kind::GenericSpecializationParam:
|
||||
case Node::Kind::InlinedGenericFunction:
|
||||
case Node::Kind::GenericTypeMetadataPattern:
|
||||
case Node::Kind::Getter:
|
||||
case Node::Kind::Global:
|
||||
@@ -1182,9 +1181,6 @@ NodePointer NodePrinter::print(NodePointer Node, bool asPrefixContext) {
|
||||
case Node::Kind::GenericSpecializationNotReAbstracted:
|
||||
printSpecializationPrefix(Node, "generic not re-abstracted specialization");
|
||||
return nullptr;
|
||||
case Node::Kind::InlinedGenericFunction:
|
||||
printSpecializationPrefix(Node, "inlined generic function");
|
||||
return nullptr;
|
||||
case Node::Kind::SpecializationIsFragile:
|
||||
Printer << "preserving fragile attribute";
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user