[IR] Upgrade comment token in objc retain release marker

Older compiler issued '#' instead of ';'


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gerolf Hoflehner
2018-04-05 02:44:46 +00:00
parent a7f9b6aaad
commit 7d9ae75740
5 changed files with 37 additions and 0 deletions

View File

@@ -4788,6 +4788,9 @@ Error BitcodeReader::materializeModule() {
UpgradeDebugInfo(*TheModule);
UpgradeModuleFlags(*TheModule);
UpgradeRetainReleaseMarker(*TheModule);
return Error::success();
}