diff options
author | Tim Northover <tnorthover@apple.com> | 2018-06-26 12:28:47 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2018-06-26 12:28:47 +0000 |
commit | f2f9f2f505bb06421c323ffc50e9a5ebcac0894e (patch) | |
tree | 662ce5e073c6e49a73cc391c9b61426e7fd8421f /llvm/test/tools/llvm-objdump/ARM | |
parent | 42948e3c8fdef23f319bdafc9c0c7784637ccac1 (diff) | |
download | bcm5719-llvm-f2f9f2f505bb06421c323ffc50e9a5ebcac0894e.tar.gz bcm5719-llvm-f2f9f2f505bb06421c323ffc50e9a5ebcac0894e.zip |
ARM: add binary file git swallowed.
Should fix bots.
llvm-svn: 335596
Diffstat (limited to 'llvm/test/tools/llvm-objdump/ARM')
-rw-r--r-- | llvm/test/tools/llvm-objdump/ARM/Inputs/it-nv.o | bin | 0 -> 168 bytes | |||
-rw-r--r-- | llvm/test/tools/llvm-objdump/ARM/it-nv.txt | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objdump/ARM/Inputs/it-nv.o b/llvm/test/tools/llvm-objdump/ARM/Inputs/it-nv.o Binary files differnew file mode 100644 index 00000000000..078d9519333 --- /dev/null +++ b/llvm/test/tools/llvm-objdump/ARM/Inputs/it-nv.o diff --git a/llvm/test/tools/llvm-objdump/ARM/it-nv.txt b/llvm/test/tools/llvm-objdump/ARM/it-nv.txt new file mode 100644 index 00000000000..561f97bbb8b --- /dev/null +++ b/llvm/test/tools/llvm-objdump/ARM/it-nv.txt @@ -0,0 +1,10 @@ +# RUN: llvm-objdump -macho -d %p/Inputs/it-nv.o | FileCheck %s + +# CHECK: ite al @ unpredictable IT predicate sequence +# CHECK: itet al @ unpredictable IT predicate sequence +# CHECK: itte al @ unpredictable IT predicate sequence +# CHECK: ite eq{{$}} +# CHECK: it al{{$}} +# CHECK: itt al{{$}} +# CHECK: ittt al{{$}} +# CHECK: itttt al{{$}} |