[all-commits] [llvm/llvm-project] 8f6d52: DWARFVerifier: Don't error on missing ranges in Sp...
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Dec 16 20:35:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f6d52c8db31eff6bcf54d90a4043882993c54f2
https://github.com/llvm/llvm-project/commit/8f6d52c8db31eff6bcf54d90a4043882993c54f2
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
A llvm/test/tools/llvm-dwarfdump/X86/verify_split_cu_ranges.s
Log Message:
-----------
DWARFVerifier: Don't error on missing ranges in Split DWARF
When verifying dwo files address ranges won't be able to be resolved due
to missing debug_addr (or missing debug_ranges in the case of DWARFv4
Split DWARF).
Commit: 2444e305c5fe83c48e5506313ab9d9cec790701f
https://github.com/llvm/llvm-project/commit/2444e305c5fe83c48e5506313ab9d9cec790701f
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M llvm/test/tools/llvm-dwarfdump/X86/verify_split_cu.s
Log Message:
-----------
DWARFVerifier: Cleanup a test, remove redundant abbreviation
Compare: https://github.com/llvm/llvm-project/compare/b239b2b0db72...2444e305c5fe
More information about the All-commits
mailing list