[llvm] f718664 - [DebugInfo][X86] debug-info-template-parameter.ll - fix broken DW_AT_default_value checks identified in D125604
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 04:39:20 PDT 2022
Author: Simon Pilgrim
Date: 2022-05-18T12:39:02+01:00
New Revision: f718664866ab4c4e6fe8cc8f319798c800f1916d
URL: https://github.com/llvm/llvm-project/commit/f718664866ab4c4e6fe8cc8f319798c800f1916d
DIFF: https://github.com/llvm/llvm-project/commit/f718664866ab4c4e6fe8cc8f319798c800f1916d.diff
LOG: [DebugInfo][X86] debug-info-template-parameter.ll - fix broken DW_AT_default_value checks identified in D125604
Added:
Modified:
llvm/test/DebugInfo/X86/debug-info-template-parameter.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/X86/debug-info-template-parameter.ll b/llvm/test/DebugInfo/X86/debug-info-template-parameter.ll
index 48dfd7d3dce93..45dd09aabcd6d 100755
--- a/llvm/test/DebugInfo/X86/debug-info-template-parameter.ll
+++ b/llvm/test/DebugInfo/X86/debug-info-template-parameter.ll
@@ -30,10 +30,10 @@
; CHECK: DW_AT_name {{.*}} "foo<char, 3>"
; CHECK: DW_AT_type {{.*}} "char"
; CHECK-NEXT: DW_AT_name {{.*}} "T"
-; CHECK_NEXT: DW_AT_default_value {{.*}} true
+; CHECK-NEXT: DW_AT_default_value {{.*}} (true)
; CHECK: DW_AT_type {{.*}} "int"
; CHECK-NEXT: DW_AT_name {{.*}} "i"
-; CHECK_NEXT: DW_AT_default_value {{.*}} true
+; CHECK-NEXT: DW_AT_default_value {{.*}} (true)
; ModuleID = '/dir/test.cpp'
source_filename = "test.cpp"
More information about the llvm-commits
mailing list