| commit | 44a59f89764472e301c97faa480d461bf7c2e29b | [log] [tgz] |
|---|---|---|
| author | Akira Hatanaka <ahatanaka@apple.com> | Wed Oct 28 02:30:47 2015 +0000 |
| committer | Akira Hatanaka <ahatanaka@apple.com> | Wed Oct 28 02:30:47 2015 +0000 |
| tree | 29b1b6e736aedd16b07a3e9e43386db180da1e7a | |
| parent | c3ceb2769005f8f027daf82db00a084bc80c0229 [diff] |
[CodeGen] Attach function attributes to Objective-C and OpenMP functions. This commit fixes a bug in CGOpenMPRuntime.cpp and CGObjC.cpp where some of the function attributes are not attached to newly created functions. rdar://problem/20828324 Differential Revision: http://reviews.llvm.org/D13928 llvm-svn: 251476