diff options
| author | Kevin Enderby <enderby@apple.com> | 2014-12-03 22:29:40 +0000 |
|---|---|---|
| committer | Kevin Enderby <enderby@apple.com> | 2014-12-03 22:29:40 +0000 |
| commit | 3f0ffab2b0dfa32d0408ff488535d100fd0f108a (patch) | |
| tree | 0c05eb4da730e298ba6f6304b7db3b03ce85b28b /llvm/test/CodeGen/Thumb | |
| parent | 23b7ce272551e65967300c88a69ac3cc1c0ae452 (diff) | |
| download | bcm5719-llvm-3f0ffab2b0dfa32d0408ff488535d100fd0f108a.tar.gz bcm5719-llvm-3f0ffab2b0dfa32d0408ff488535d100fd0f108a.zip | |
Add support to llvm-objdump for Mach-O universal files and archives with -macho.
llvm-svn: 223277
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 |

