Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ObjC][ARC] Convert the retainRV marker that is passed as a named | Akira Hatanaka | 2019-04-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | metadata into a module flag in the auto-upgrader and make the ARC contract pass read the marker as a module flag. This is needed to fix a bug where ARC contract wasn't inserting the retainRV marker when LTO was enabled, which caused objects returned from a function to be auto-released. rdar://problem/49464214 Differential Revision: https://reviews.llvm.org/D60303 llvm-svn: 358047 | ||||
* | [IR] Upgrade comment token in objc retain release marker | Gerolf Hoflehner | 2018-04-05 | 1 | -0/+6 |
Older compiler issued '#' instead of ';' llvm-svn: 329248 |