From e6c34b49d37256ffcfe786f40561f9d3c3bafec2 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Thu, 25 Jun 2015 19:37:13 +0000 Subject: [PATCH] Make this test verify .debug_pubnames is actually missing. It was matching at EOF regardless of whether the section was present. llvm-svn: 240679 --- llvm/test/DebugInfo/X86/dwarf-public-names.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/DebugInfo/X86/dwarf-public-names.ll b/llvm/test/DebugInfo/X86/dwarf-public-names.ll index 48f13fd1e..c72da38 100644 --- a/llvm/test/DebugInfo/X86/dwarf-public-names.ll +++ b/llvm/test/DebugInfo/X86/dwarf-public-names.ll @@ -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" -- 2.7.4