summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/global-merge-dllexport.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek2018-03-271-2/+2
| | | | | | | | | On Hexagon "x = y" is a syntax used in most instructions, and is not treated as a directive. Differential Revision: https://reviews.llvm.org/D44256 llvm-svn: 328635
* [GlobalMerge] Allow merging of dllexported variablesMartin Storsjo2018-02-121-3/+9
| | | | | | | | | If merging them, the dllexport attribute needs to be brought along to the new GlobalAlias. Differential Revision: https://reviews.llvm.org/D43192 llvm-svn: 324937
* [GlobalMerge] Don't merge dllexport globalsMartin Storsjo2018-01-241-0/+15
Merging such globals loses the dllexport attribute. Add a test to check that normal globals still are merged. Differential Revision: https://reviews.llvm.org/D42127 llvm-svn: 323307
OpenPOWER on IntegriCloud