diff options
| author | Kevin Enderby <enderby@apple.com> | 2014-12-04 23:56:27 +0000 |
|---|---|---|
| committer | Kevin Enderby <enderby@apple.com> | 2014-12-04 23:56:27 +0000 |
| commit | ef3ad2ff3212838e3cbb2eda5a1d1c98b327cc88 (patch) | |
| tree | 00f057f7de3fbe5862586c386077f2cdf82ad05e /llvm/test/CodeGen/Thumb | |
| parent | 24ebb93da175d023057ec1b10da24eae4cd2701b (diff) | |
| download | bcm5719-llvm-ef3ad2ff3212838e3cbb2eda5a1d1c98b327cc88.tar.gz bcm5719-llvm-ef3ad2ff3212838e3cbb2eda5a1d1c98b327cc88.zip | |
Re-add support to llvm-objdump for Mach-O universal files and archives with -macho
with fixes. Includes the move of tests for llvm-objdump for universal files to an X86
directory. And the fix where it was failing on linux Rafael tracked down with asan.
I had both Jim Grosbach and Adam Hemet look over the second fix since I could not
set up asan to reproduce with the old version but not with the fix.
llvm-svn: 223416
Diffstat (limited to 'llvm/test/CodeGen/Thumb')
| -rw-r--r-- | llvm/test/CodeGen/Thumb/iabs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/iabs.ll b/llvm/test/CodeGen/Thumb/iabs.ll index 76224bc5348..ecd4a6b96fa 100644 --- a/llvm/test/CodeGen/Thumb/iabs.ll +++ b/llvm/test/CodeGen/Thumb/iabs.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=thumb-unknown-unknown -filetype=obj -o %t.o -; RUN: llvm-objdump -disassemble -arch=thumb %t.o | FileCheck %s +; RUN: llvm-objdump -disassemble -arch-name=thumb %t.o | FileCheck %s define i32 @test(i32 %a) { %tmp1neg = sub i32 0, %a |

