[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-objdump / X86 / plt.test
blobdb3e4e790f58e80332c3c935850392a0e25ebbcf
1 // RUN: llvm-objdump -d %p/Inputs/stripped-elf.so | FileCheck -check-prefix=64 %s
2 // RUN: llvm-objdump -d %p/Inputs/hello.exe.elf-i386 | FileCheck -check-prefix=32 %s
3 // RUN: llvm-objdump -d %p/Inputs/hello.exe.nopie.elf-i386 | FileCheck -check-prefix=32 %s
5 # 64: Disassembly of section .plt:
6 # 64: __gmon_start__@plt:
7 # 64: __cxa_finalize@plt:
8 # 64: callq {{.*}} <__cxa_finalize@plt>
10 # 32: Disassembly of section .plt:
11 # 32: puts@plt:
12 # 32: __libc_start_main@plt:
13 # 32: calll {{.*}} <puts@plt>
14 # 32: calll {{.*}} <__libc_start_main@plt>