Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MS ABI: Records with fields with required aligmnet shouldn't be common | David Majnemer | 2015-02-03 | 1 | -0/+5 |
| | | | | llvm-svn: 227954 | ||||
* | MS ABI: Records with required alignment can't have common linkage | David Majnemer | 2015-02-03 | 1 | -1/+6 |
| | | | | | | This fixes PR22441. llvm-svn: 227950 | ||||
* | MS ABI: Aligned tentative definitions don't have CommonLinkage | David Majnemer | 2014-08-05 | 1 | -0/+15 |
int __declspec(align(16)) foo; is a tentative definition but the storage for that variable should not have CommonLinkage. llvm-svn: 214828 |