repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
tools
/
llvm-objdump
/
X86
/
disassemble-implied-by-disassemble-functions.test
blob
58d99b35581094163ab2310e1fd6d04d3ced3c60
1
## Check that --disassemble-functions implies --disassemble.
2
# RUN: yaml2obj %s | llvm-objdump - --disassemble-functions=main | FileCheck %s
3
4
--- !ELF
5
FileHeader:
6
Class: ELFCLASS64
7
Data: ELFDATA2LSB
8
Type: ET_REL
9
Machine: EM_X86_64
10
Sections:
11
- Name: .text
12
Type: SHT_PROGBITS
13
Flags: [ SHF_EXECINSTR ]
14
Content: 90
15
Symbols:
16
- Name: main
17
Type: STT_FUNC
18
Section: .text
19
...
20
21
# CHECK: 0000000000000000 main:
22
# CHECK-NEXT: 0: 90 nop