summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/dllstorage.m
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typos in tests: s/CHEKC/CHECK/Dmitri Gribenko2019-02-251-1/+1
| | | | | | | | | | | | Reviewers: ilya-biryukov Subscribers: nemanjai, javed.absar, jsji, cfe-commits, llvm-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D58611 llvm-svn: 354785
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-3/+3
| | | | | | | | | | See https://reviews.llvm.org/D47106 for details. Reviewed By: probinson Differential Revision: https://reviews.llvm.org/D47172 llvm-svn: 336844
* Start setting dllimport/dllexport in setGVProperties.Rafael Espindola2018-03-011-16/+16
| | | | | | | | | | This is the next step in setting dso_local for COFF. The patches changes setGVProperties to first set dllimport/dllexport and changes a few cases that were setting dllimport/dllexport manually. With this a few more GVs are marked dso_local. llvm-svn: 326397
* CodeGen: fix a case of incorrect checks for ivarsSaleem Abdulrasool2017-10-251-0/+10
| | | | | | | | Ensure that we check the ivar containing decl for the DLL storage attribute rather than the ivar itself as the dll storage is associated to the interface decl not the ivar decl. llvm-svn: 316545
* CodeGen: honour dllstorage on ObjC typesSaleem Abdulrasool2016-07-171-0/+151
Add support for ObjC types to respect the DLLImport/DLLExport storage annotations. This only effects COFF output. This would allow usage with clang/C2, but not with clang/LLVM due to hard coded section names. llvm-svn: 275737
OpenPOWER on IntegriCloud