summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/objc2-weak-block-call.m
Commit message (Collapse)AuthorAgeFilesLines
* Don't call objc_read_weak as part of emitting a block literal.John McCall2011-02-161-9/+4
| | | | | | | | Nobody ever gave me a clear reason for why we were doing this, and now it's apparently causing serious problems, so if *not* having this causes problems, we get to solve them the right way this time. llvm-svn: 125627
* update a bunch of tests that are using the x86 backend instead of grepping IR :(Chris Lattner2010-09-221-2/+2
| | | | llvm-svn: 114535
* Generate the objc_read_weak API when callingFariborz Jahanian2010-02-101-0/+29
a __weak block. Fixes radar 7628591. llvm-svn: 95822
OpenPOWER on IntegriCloud