mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
IRGen: mark autolinking information on ELF as used
Swift SVN r25845
This commit is contained in:
@@ -574,8 +574,8 @@ void IRGenModule::emitAutolinkInfo() {
|
||||
}
|
||||
|
||||
void IRGenModule::finalize() {
|
||||
emitGlobalLists();
|
||||
emitAutolinkInfo();
|
||||
emitGlobalLists();
|
||||
if (DebugInfo)
|
||||
DebugInfo->finalize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user