[all-commits] [llvm/llvm-project] 63a450: DebugInfo: make test/DebugInfo/X86/debug-macro-dwo...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Jul 21 11:30:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 63a45091e5f3fce525d7bb8823df95a468ae69d0
https://github.com/llvm/llvm-project/commit/63a45091e5f3fce525d7bb8823df95a468ae69d0
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M llvm/test/DebugInfo/X86/debug-macro-dwo.ll
Log Message:
-----------
DebugInfo: make test/DebugInfo/X86/debug-macro-dwo.ll more comprehensive
The test doesn't really demonstrate the use of the debug_loc.dwo section
distinct from the debug_loc section for strings in debug_macro.dwo -
because there are no strings that appear uin debug_loc.dwo that weren't
already in debug_loc, so the indexes would remain the same even if the
section that was used was fixed (to use debug_loc.dwo as per spec).
More information about the All-commits
mailing list