summaryrefslogtreecommitdiff
path: root/test/Object
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-05-20 21:10:15 +0000
committerKevin Enderby <enderby@apple.com>2014-05-20 21:10:15 +0000
commit95aa960b715315bf99918544211d0639b77c0f3a (patch)
tree3696acb33e18f797b596e0d60b6e43aac51ff391 /test/Object
parente3f74564ffaab3d7f9aad010a38a8a044599a540 (diff)
downloadllvm-95aa960b715315bf99918544211d0639b77c0f3a.tar.gz
llvm-95aa960b715315bf99918544211d0639b77c0f3a.tar.bz2
llvm-95aa960b715315bf99918544211d0639b77c0f3a.tar.xz
Revert r209235 as it broke two tests:
Failing Tests (2): LLVM :: ExecutionEngine/MCJIT/stubs-sm-pic.ll LLVM :: ExecutionEngine/MCJIT/stubs.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object')
-rw-r--r--test/Object/nm-trivial-object.test8
-rw-r--r--test/Object/nm-universal-binary.test2
2 files changed, 5 insertions, 5 deletions
diff --git a/test/Object/nm-trivial-object.test b/test/Object/nm-trivial-object.test
index 20ac6621e7..1117492898 100644
--- a/test/Object/nm-trivial-object.test
+++ b/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: U _SomeOtherFunction
+macho: 00000000 U _SomeOtherFunction
macho: 00000000 T _main
-macho: U _puts
+macho: 00000000 U _puts
macho64: 0000000000000028 s L_.str
-macho64: U _SomeOtherFunction
+macho64: 0000000000000000 U _SomeOtherFunction
macho64: 0000000000000000 T _main
-macho64: U _puts
+macho64: 0000000000000000 U _puts
Test that nm uses addresses even with ELF .o files.
diff --git a/test/Object/nm-universal-binary.test b/test/Object/nm-universal-binary.test
index c20c733dcd..faf4812e53 100644
--- a/test/Object/nm-universal-binary.test
+++ b/test/Object/nm-universal-binary.test
@@ -13,7 +13,7 @@ CHECK-AR: 0000000000000068 s EH_frame0
CHECK-AR: 000000000000003b s L_.str
CHECK-AR: 0000000000000000 T _main
CHECK-AR: 0000000000000080 S _main.eh
-CHECK-AR: U _printf
+CHECK-AR: 0000000000000000 U _printf
CHECK-AR: macho-universal-archive.x86_64.i386:i386:foo.o:
CHECK-AR: 00000008 S _bar
CHECK-AR: 00000000 T _foo