IRGen: mark autolinking information on ELF as used

Swift SVN r25845
This commit is contained in:
Dmitri Hrybenko
2015-03-08 03:49:54 +00:00
parent e813673dc3
commit 932e228ed2
9 changed files with 19 additions and 15 deletions

View File

@@ -574,8 +574,8 @@ void IRGenModule::emitAutolinkInfo() {
}
void IRGenModule::finalize() {
emitGlobalLists();
emitAutolinkInfo();
emitGlobalLists();
if (DebugInfo)
DebugInfo->finalize();
}