From f2c0530fca33a79a21ebb7e8bb0904c9e564c711 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240679 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/dwarf-public-names.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/DebugInfo/X86/dwarf-public-names.ll b/test/DebugInfo/X86/dwarf-public-names.ll index 48f13fd1e07..c72da38832e 100644 --- a/test/DebugInfo/X86/dwarf-public-names.ll +++ b/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.34.1