summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2015-03-17 17:10:57 +0000
committerKevin Enderby <enderby@apple.com>2015-03-17 17:10:57 +0000
commit6a22175d59e6751f90fa32677506c9cc2de5b038 (patch)
tree5c26cb2ddafb2616645a7bb0470fe3d7c632b0a2 /llvm/test
parent618d580ec96ddf32408dc0e62c6ad5dcd37c1bc1 (diff)
downloadbcm5719-llvm-6a22175d59e6751f90fa32677506c9cc2de5b038.tar.gz
bcm5719-llvm-6a22175d59e6751f90fa32677506c9cc2de5b038.zip
Add the option, -dis-symname to llvm-objdump used with -macho and
-disassemble to disassemble just one symbol’s instructions. llvm-svn: 232503
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/tools/llvm-objdump/X86/macho-dis-symname.test19
1 files changed, 19 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objdump/X86/macho-dis-symname.test b/llvm/test/tools/llvm-objdump/X86/macho-dis-symname.test
new file mode 100644
index 00000000000..39d16ecba6f
--- /dev/null
+++ b/llvm/test/tools/llvm-objdump/X86/macho-dis-symname.test
@@ -0,0 +1,19 @@
+# RUN: llvm-objdump -m -d %p/Inputs/exeThread.macho-x86_64 -dis-symname start -no-show-raw-insn -full-leading-addr -print-imm-hex | FileCheck %s
+
+# CHECK: (__TEXT,__text) section
+# CHECK: start:
+# CHECK: 0000000100000d00 pushq $0x0
+# CHECK: 0000000100000d02 movq %rsp, %rbp
+# CHECK: 0000000100000d05 andq $-0x10, %rsp
+# CHECK: 0000000100000d09 movq 0x8(%rbp), %rdi
+# CHECK: 0000000100000d0d leaq 0x10(%rbp), %rsi
+# CHECK: 0000000100000d11 movl %edi, %edx
+# CHECK: 0000000100000d13 addl $0x1, %edx
+# CHECK: 0000000100000d16 shll $0x3, %edx
+# CHECK: 0000000100000d19 addq %rsi, %rdx
+# CHECK: 0000000100000d1c callq __start
+# CHECK: 0000000100000d21 hlt
+
+# CHECK-NOT: __start:
+# CHECK-NOT: 0000000100000d22
+# CHECK-NOT: _main:
OpenPOWER on IntegriCloud