diff options
author | Kevin Enderby <enderby@apple.com> | 2014-05-20 21:10:15 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2014-05-20 21:10:15 +0000 |
commit | fcbed5af67002c45cf1e02149fa466ef58a5cded (patch) | |
tree | 7684c12a006227943723383f8760e4214e667ba7 /llvm/test/Object/nm-universal-binary.test | |
parent | 1126d02c0ca06557dffdd1cf870693f2647bdc53 (diff) | |
download | bcm5719-llvm-fcbed5af67002c45cf1e02149fa466ef58a5cded.tar.gz bcm5719-llvm-fcbed5af67002c45cf1e02149fa466ef58a5cded.zip |
Revert r209235 as it broke two tests:
Failing Tests (2):
LLVM :: ExecutionEngine/MCJIT/stubs-sm-pic.ll
LLVM :: ExecutionEngine/MCJIT/stubs.ll
llvm-svn: 209236
Diffstat (limited to 'llvm/test/Object/nm-universal-binary.test')
-rw-r--r-- | llvm/test/Object/nm-universal-binary.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/nm-universal-binary.test b/llvm/test/Object/nm-universal-binary.test index c20c733dcd8..faf4812e537 100644 --- a/llvm/test/Object/nm-universal-binary.test +++ b/llvm/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 |