[llvm] r240679 - Make this test verify .debug_pubnames is actually missing.
Paul Robinson
paul_robinson at playstation.sony.com
Thu Jun 25 12:37:13 PDT 2015
Author: probinson
Date: Thu Jun 25 14:37:13 2015
New Revision: 240679
URL: http://llvm.org/viewvc/llvm-project?rev=240679&view=rev
Log:
Make this test verify .debug_pubnames is actually missing.
It was matching at EOF regardless of whether the section was present.
Modified:
llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll
Modified: llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll?rev=240679&r1=240678&r2=240679&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/dwarf-public-names.ll Thu Jun 25 14:37:13 2015
@@ -39,11 +39,11 @@
; Darwin and PS4 shouldn't be generating the section by default
; NOPUB: debug_pubnames
-; NOPUB: {{^$}}
+; NOPUB-NEXT: {{^$}}
; Skip the output to the header of the pubnames section.
; LINUX: debug_pubnames
-; LINUX: unit_size = 0x00000128
+; LINUX-NEXT: unit_size = 0x00000128
; Check for each name in the output.
; LINUX-DAG: "ns"
More information about the llvm-commits
mailing list