commit | 623efd8a75fef823c83ce5dc1a5666c9e667793c | [log] [tgz] |
---|---|---|
author | Erich Keane <erich.keane@intel.com> | Thu Mar 30 21:48:55 2017 +0000 |
committer | Erich Keane <erich.keane@intel.com> | Thu Mar 30 21:48:55 2017 +0000 |
tree | 7167a3fb8d6cf9a71c5edc1d1fcad85271944eaa | |
parent | 265a7c71d0ace8262babd00a9109a0d2afd00d89 [diff] |
Clang changes for alloc_align attribute GCC has the alloc_align attribute, which is similar to assume_aligned, except the attribute's parameter is the index of the integer parameter that needs aligning to. Differential Revision: https://reviews.llvm.org/D29599 llvm-svn: 299117