[all-commits] [llvm/llvm-project] 13a56c: [AMDGPU] Refactor and extend elf-header-flags-mach...
Scott Linder via All-commits
all-commits at lists.llvm.org
Fri Oct 30 11:57:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 13a56ca5a9c6a51ced795db295dee24c8f3710ad
https://github.com/llvm/llvm-project/commit/13a56ca5a9c6a51ced795db295dee24c8f3710ad
Author: Scott Linder <Scott.Linder at amd.com>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/elf-header-flags-mach.ll
M llvm/test/Object/AMDGPU/elf-header-flags-mach.yaml
Log Message:
-----------
[AMDGPU] Refactor and extend elf-header-flags-mach tests
* Factor out common elements of the input YAML document and use sed to
macro replace the run line specific elements.
* Add checks for the common elements which depend on the ELF class.
* Use non-numeric suffix for temporary files to avoid merge conflicts.
* Sort tests by GFX# ascending.
* Group ELF and YAML tests by GFX#.
Reviewed By: t-tye
Differential Revision: https://reviews.llvm.org/D90245
More information about the All-commits
mailing list