Currently, there is no good way to tell if the bitcode is compiled
with ARC or not. However, it is required to run objc-arc-contract
pass for ObjC ARC. Introduces a new module flag for ObjC-ARC and
use that to decide if objc-arc-contract pass is required or not.
Details
Details
- Reviewers
gottesmm dexonsmith
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Fix the code according to Duncan's feedback. Attempt to add a testcase.
Not sure if there is better to check if the pass is run other than using -debug-pass=Arguments.