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:
@@ -593,7 +593,7 @@ void SILModule::removeFromZombieList(StringRef Name) {
|
||||
|
||||
/// Erase a function from the module.
|
||||
void SILModule::eraseFunction(SILFunction *F) {
|
||||
assert(!F->isZombie() && "zombie function is in list of alive functions");
|
||||
assert(! F->isZombie() && "zombie function is in list of alive functions");
|
||||
// The owner of the function's Name is the FunctionTable key. As we remove
|
||||
// the function from the table we have to store the name string elsewhere:
|
||||
// in zombieFunctionNames.
|
||||
|
||||
Reference in New Issue
Block a user