[llvm] r355150 - Update testcase since llvm-dwarfdump got more accurate in r355148.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 14:26:01 PST 2019


Author: adrian
Date: Thu Feb 28 14:26:00 2019
New Revision: 355150

URL: http://llvm.org/viewvc/llvm-project?rev=355150&view=rev
Log:
Update testcase since llvm-dwarfdump got more accurate in r355148.

Modified:
    llvm/trunk/test/DebugInfo/Generic/virtual-index.ll

Modified: llvm/trunk/test/DebugInfo/Generic/virtual-index.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/virtual-index.ll?rev=355150&r1=355149&r2=355150&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/virtual-index.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/virtual-index.ll Thu Feb 28 14:26:00 2019
@@ -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




More information about the llvm-commits mailing list