summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mips-uninit-const-in-ro.c
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Revert r309942 & r309940Simon Dardis2017-08-031-12/+0
| | | | | | | | This reverts commit r309942 & commit r309940. A revert was requested following post commit review. llvm-svn: 309978
* [mips] Fixup r309940.Simon Dardis2017-08-031-0/+2
| | | | | | Needed a // REQUIRES: mips-registered-target llvm-svn: 309942
* [mips] Implement -muninit-const-in-rodataSimon Dardis2017-08-031-0/+10
This option when combined with -mgpopt and -membedded-data places all uninitialized constant variables in the read-only section. Reviewers: atanasyan, nitesh.jain Differential Revision: https://reviews.llvm.org/D35917 llvm-svn: 309940
OpenPOWER on IntegriCloud