[llvm] r221068 - Remove test coverage added in 221067 due to it being non-portable.
David Blaikie
dblaikie at gmail.com
Sat Nov 1 16:42:30 PDT 2014
Author: dblaikie
Date: Sat Nov 1 18:42:30 2014
New Revision: 221068
URL: http://llvm.org/viewvc/llvm-project?rev=221068&view=rev
Log:
Remove test coverage added in 221067 due to it being non-portable.
Will try to find a portable way to test this (or a fixed-target test I
can add such coverage to) shortly.
Modified:
llvm/trunk/test/DebugInfo/dwarf-public-names.ll
Modified: llvm/trunk/test/DebugInfo/dwarf-public-names.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dwarf-public-names.ll?rev=221068&r1=221067&r2=221068&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/dwarf-public-names.ll (original)
+++ llvm/trunk/test/DebugInfo/dwarf-public-names.ll Sat Nov 1 18:42:30 2014
@@ -37,7 +37,7 @@
; Skip the output to the header of the pubnames section.
; CHECK: debug_pubnames
-; CHECK: version = 0x0002 {{.*}} unit_size = 0x00000128
+; CHECK: version = 0x0002
; Check for each name in the output.
; CHECK-DAG: "ns"
More information about the llvm-commits
mailing list