summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/elf-header-flags-sram-ecc.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] gfx908 targetStanislav Mekhanoshin2019-07-091-0/+7
| | | | | | Differential Revision: https://reviews.llvm.org/D64429 llvm-svn: 365525
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-7/+7
| | | | | | | | | | We use both -long-option and --long-option in tests. Switch to --long-option for consistency. In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf. While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf). llvm-svn: 359649
* AMDGPU: Make sram-ecc off by default for Vega20Konstantin Zhuravlyov2019-03-291-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D59718 llvm-svn: 357247
* AMDGPU: Add sram-ecc featureKonstantin Zhuravlyov2018-11-051-0/+38
Differential Revision: https://reviews.llvm.org/D53222 llvm-svn: 346177
OpenPOWER on IntegriCloud