[all-commits] [llvm/llvm-project] 51776e: DebugInfo: Fix test to match comment
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Dec 14 16:04:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51776ecaffa2db9fc032b0de5b7ef5ada2037333
https://github.com/llvm/llvm-project/commit/51776ecaffa2db9fc032b0de5b7ef5ada2037333
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M llvm/test/tools/llvm-dwarfdump/X86/verify_strings.s
Log Message:
-----------
DebugInfo: Fix test to match comment
This produced a few verifier warnings that came up while I was
investigating something else here. Change the assembly to match the
comment so it's warning free. Doesn't seem necessary to change the
CHECKs for the test since it's just a bug in the test, not in the code
under test.
More information about the All-commits
mailing list