From 9ddb1edf089099c65f0f5849861d89f0b8251dbb Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 28 Feb 2019 22:26:00 +0000 Subject: [PATCH] Update testcase since llvm-dwarfdump got more accurate in r355148. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355150 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/Generic/virtual-index.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/Generic/virtual-index.ll b/test/DebugInfo/Generic/virtual-index.ll index ef12a7fc0fa..9d1847710c3 100644 --- a/test/DebugInfo/Generic/virtual-index.ll +++ b/test/DebugInfo/Generic/virtual-index.ll @@ -17,7 +17,7 @@ ; 4294967295. ; CHECK: DW_TAG_subprogram [ -; CHECK: DW_AT_vtable_elem_location [DW_FORM_exprloc] (<0x2> 10 00 ) +; CHECK: DW_AT_vtable_elem_location [DW_FORM_exprloc] (DW_OP_constu 0x0) ; CHECK: DW_TAG_subprogram [ ; CHECK-NOT: DW_AT_vtable_elem_location -- 2.50.1