From 3e01bd3b60e314fa71de539e652a6b1eb5bdc842 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 11 Oct 2011 06:58:11 +0000 Subject: [PATCH] Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. Take that into account and test for no U's showing up in the middle, which is what we really wanted to test for. llvm-svn: 141653 --- llvm/test/MC/ELF/many-section.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/test/MC/ELF/many-section.s b/llvm/test/MC/ELF/many-section.s index c5ef90fcd09c..e7e723ad9059 100644 --- a/llvm/test/MC/ELF/many-section.s +++ b/llvm/test/MC/ELF/many-section.s @@ -1,9 +1,8 @@ // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t // RUN: llvm-nm %t | FileCheck %s -// CHECK: U -// CHECK-NOT: U // CHECK: s000a +// CHECK-NOT: U // CHECK: szzzb .section saaaa