summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/COFF/initialised-data.ll
Commit message (Collapse)AuthorAgeFilesLines
* MC: Emit COFF section flags in the "proper" orderDavid Majnemer2015-02-071-1/+1
| | | | | | | | COFF section flags are not idempotent: 'rd' will make a read-write section because 'd' implies write 'dr' will make a read-only section because 'r' disables write llvm-svn: 228490
* MC: disable test on thumbv7-windowsSaleem Abdulrasool2014-04-231-1/+0
| | | | | | | This is dependent on changes that are not fully ready to be merged yet (WoA object file emission). The test can be re-enabled for that target later. llvm-svn: 207038
* MC: move test from Generic to COFFSaleem Abdulrasool2014-04-231-0/+8
This is a COFF specific test, move it to COFF to fix the Hexagon buildbots. llvm-svn: 207030
OpenPOWER on IntegriCloud