summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDavid Meyer <pdox@google.com>2012-02-28 23:47:53 +0000
committerDavid Meyer <pdox@google.com>2012-02-28 23:47:53 +0000
commit1df4b84db412a72dd43b473d1291baf21fd3f8d1 (patch)
treed210c64af472199d842082553cdf6341c01a4de9 /llvm/test
parentfcbfdee5dfb456e31a4e20d392ab23273aa59c07 (diff)
downloadbcm5719-llvm-1df4b84db412a72dd43b473d1291baf21fd3f8d1.tar.gz
bcm5719-llvm-1df4b84db412a72dd43b473d1291baf21fd3f8d1.zip
In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags.
llvm-svn: 151670
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/ELF/many-section.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/many-section.s b/llvm/test/MC/ELF/many-section.s
index e7e723ad905..b729e668168 100644
--- a/llvm/test/MC/ELF/many-section.s
+++ b/llvm/test/MC/ELF/many-section.s
@@ -1,5 +1,5 @@
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t
-// RUN: llvm-nm %t | FileCheck %s
+// RUN: llvm-nm -a %t | FileCheck %s
// CHECK: s000a
// CHECK-NOT: U
OpenPOWER on IntegriCloud