summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/nm-trivial-object.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Object/nm-trivial-object.test')
-rw-r--r--llvm/test/Object/nm-trivial-object.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/Object/nm-trivial-object.test b/llvm/test/Object/nm-trivial-object.test
index 11174928980..20ac6621e72 100644
--- a/llvm/test/Object/nm-trivial-object.test
+++ b/llvm/test/Object/nm-trivial-object.test
@@ -55,14 +55,14 @@ WEAK-ELF64: 0000000000000000 V x2
ABSOLUTE-ELF64: 0000000000000123 a a1
ABSOLUTE-ELF64: 0000000000000123 A a2
-macho: 00000000 U _SomeOtherFunction
+macho: U _SomeOtherFunction
macho: 00000000 T _main
-macho: 00000000 U _puts
+macho: U _puts
macho64: 0000000000000028 s L_.str
-macho64: 0000000000000000 U _SomeOtherFunction
+macho64: U _SomeOtherFunction
macho64: 0000000000000000 T _main
-macho64: 0000000000000000 U _puts
+macho64: U _puts
Test that nm uses addresses even with ELF .o files.
OpenPOWER on IntegriCloud