[llvm] r201355 - Tweak llvm/test/DebugInfo/X86/generate-odr-hash.ll corresponding to r201351 (Revert r201187).
NAKAMURA Takumi
geek4civic at gmail.com
Thu Feb 13 10:28:28 PST 2014
Author: chapuni
Date: Thu Feb 13 12:28:28 2014
New Revision: 201355
URL: http://llvm.org/viewvc/llvm-project?rev=201355&view=rev
Log:
Tweak llvm/test/DebugInfo/X86/generate-odr-hash.ll corresponding to r201351 (Revert r201187).
Modified:
llvm/trunk/test/DebugInfo/X86/generate-odr-hash.ll
Modified: llvm/trunk/test/DebugInfo/X86/generate-odr-hash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/generate-odr-hash.ll?rev=201355&r1=201354&r2=201355&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/generate-odr-hash.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/generate-odr-hash.ll Thu Feb 13 12:28:28 2014
@@ -125,14 +125,6 @@
; CHECK: DW_TAG_member
; CHECK-NEXT: DW_AT_name{{.*}}"a"
-; CHECK-LABEL: .debug_line contents:
-; CHECK: Line table prologue
-; CHECK-NOT: file_names[
-; CHECK: file_names{{.*}} bar.h
-; CHECK: file_names{{.*}} bar.cpp
-; CHECK-NOT: file_names[
-; CHECK-LABEL: .debug_str contents:
-
; Use the unit size as a rough hash/identifier for the unit we're dealing with
; it happens to be unambiguous at the moment, but it's hardly ideal.
; CHECK-LABEL: .debug_pubtypes contents:
More information about the llvm-commits
mailing list