[CodeGen][ObjC] Emit @objc_retain at -O0 for variables captured by
blocks. r302270 made changes to avoid emitting clang.arc.use at -O0 and instead emit @objc_release. We also have to emit @objc_retain for the captured variable at -O0 to match the @objc_release instead of just storing the pointer to the capture field. llvm-svn: 302495
Loading
Please sign in to comment