[all-commits] [llvm/llvm-project] 2ca637: llvm-dwarfdump: Refactor type pretty printing tests
David Blaikie via All-commits
all-commits at lists.llvm.org
Sun Sep 19 09:31:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ca637c9769ff50e94ace3083075a97b50d147f0
https://github.com/llvm/llvm-project/commit/2ca637c9769ff50e94ace3083075a97b50d147f0
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-09-19 (Sun, 19 Sep 2021)
Changed paths:
M llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types.s
A llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types_handcrafted.s
Log Message:
-----------
llvm-dwarfdump: Refactor type pretty printing tests
Move most type tests to a pre-generated assembly file to make it easier
to add more weird cases without having to hand craft more DWARF.
Move the novel array types that aren't reachable via clang-generated
DWARF to a separate file for easy maintenance.
More information about the All-commits
mailing list