commit | aec6b2c20e4850f2309042e46dec63e46b383fbd | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanaka@apple.com> | Thu Oct 08 20:26:34 2015 +0000 |
committer | Akira Hatanaka <ahatanaka@apple.com> | Thu Oct 08 20:26:34 2015 +0000 |
tree | f10152e47c1fc6a470865f0d11f2a0ab8b032cac | |
parent | ab2241f1b83aaa55944a257e5271bfc3d8a14715 [diff] |
[CodeGen] [CodeGen] Attach function attributes to functions created in CGBlocks.cpp. This commit fixes a bug in clang's code-gen where it creates the following functions but doesn't attach function attributes to them: __copy_helper_block_ __destroy_helper_block_ __Block_byref_object_copy_ __Block_byref_object_dispose_ rdar://problem/20828324 Differential Revision: http://reviews.llvm.org/D13525 llvm-svn: 249735