[all-commits] [llvm/llvm-project] e058c7: Add test for dwarf verification JSON output (#124936)
youngdfb via All-commits
all-commits at lists.llvm.org
Thu Jan 30 11:51:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e058c73526afeb9d4da07f090a73ae47a224fddc
https://github.com/llvm/llvm-project/commit/e058c73526afeb9d4da07f090a73ae47a224fddc
Author: youngdfb <davidayoung at meta.com>
Date: 2025-01-30 (Thu, 30 Jan 2025)
Changed paths:
A llvm/test/tools/llvm-dwarfdump/X86/debug-names-verify--completeness-json-output.s
A llvm/test/tools/llvm-dwarfdump/X86/dwarf-verify-good-json-output.s
Log Message:
-----------
Add test for dwarf verification JSON output (#124936)
Summary:
6244dfef5cd45f1395c66abbe061c6a7eb002676 LLVM commit added the ability
for llvm-dwarfdump to specify --verify-json and get a JSON aggregation
of the DWARF errors in a file. This diff improves the testing by
ensuring we validate the expected JSON shape.
A follow up diff will modify the JSON and this ensures we can verify.
Test Plan:
ninja check-llvm-tools-llvm-dwarfdump
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list