summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-align-tentative.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-6/+6
| | | | | | | | | | | | | | | The tests that failed on a windows host have been fixed. Original message: Start setting dso_local for COFF. With this there are still some GVs where we don't set dso_local because setGVProperties is never called. I intend to fix that in followup commits. This is just the bare minimum to teach shouldAssumeDSOLocal what it should do for COFF. llvm-svn: 325940
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-6/+6
| | | | | | | | This reverts commit r325915. It will take some time to fix the failures on a windows host. llvm-svn: 325929
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-6/+6
| | | | | | | | | With this there are still some GVs where we don't set dso_local because setGVProperties is never called. I intend to fix that in followup commits. This is just the bare minimum to teach shouldAssumeDSOLocal what it should do for COFF. llvm-svn: 325915
* MS ABI: Records with fields with required aligmnet shouldn't be commonDavid Majnemer2015-02-031-0/+5
| | | | llvm-svn: 227954
* MS ABI: Records with required alignment can't have common linkageDavid Majnemer2015-02-031-1/+6
| | | | | | This fixes PR22441. llvm-svn: 227950
* MS ABI: Aligned tentative definitions don't have CommonLinkageDavid Majnemer2014-08-051-0/+15
int __declspec(align(16)) foo; is a tentative definition but the storage for that variable should not have CommonLinkage. llvm-svn: 214828
OpenPOWER on IntegriCloud