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
[Object/llvm-readobj] - Cleanup testing of the dynamic objects.
[llvm-complete.git]
/
test
/
Object
/
X86
/
no-start-symbol.test
blob
53c33deefaba10ed94f3bd7ff7eba50dcbd3fbb1
1
RUN: llvm-objdump -d %p/../Inputs/no-start-symbol.elf-x86_64 | FileCheck %s
2
3
Test that we disassemble the start of the section.
4
5
CHECK: Disassembly of section .text:
6
CHECK-EMPTY:
7
CHECK-NEXT: .text:
8
CHECK-NEXT: 0: 90 nop
9
CHECK: foo:
10
CHECK-NEXT: 1: 90 nop