[llvm] r196395 - Test fix for r196394

David Blaikie dblaikie at gmail.com
Wed Dec 4 10:34:29 PST 2013


Author: dblaikie
Date: Wed Dec  4 12:34:28 2013
New Revision: 196395

URL: http://llvm.org/viewvc/llvm-project?rev=196395&view=rev
Log:
Test fix for r196394

Modified:
    llvm/trunk/test/DebugInfo/2010-05-10-MultipleCU.ll

Modified: llvm/trunk/test/DebugInfo/2010-05-10-MultipleCU.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-05-10-MultipleCU.ll?rev=196395&r1=196394&r2=196395&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-05-10-MultipleCU.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-05-10-MultipleCU.ll Wed Dec  4 12:34:28 2013
@@ -11,10 +11,9 @@
 ; CHECK-NOT: DW_TAG_compile_unit
 ; CHECK: info_end
 
-; CHECK: abbrev_begin
+; CHECK: debug_abbrev
 ; CHECK: DW_TAG_compile_unit
 ; CHECK-NOT: DW_TAG_compile_unit
-; CHECK: abbrev_end
 
 define i32 @foo() nounwind readnone ssp {
 return:





More information about the llvm-commits mailing list