repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Coverage] MCDC: Move findIndependencePairs deferred into MCDCRecord (#121188)
[llvm-project.git]
/
llvm
/
test
/
Object
/
X86
/
objdump-label.test
blob
500d2f4960846456a4cf153144c28a7f00cdaea2
1
RUN: llvm-objdump -d %p/../Inputs/trivial-label-test.elf-x86-64 \
2
RUN: | FileCheck %s -check-prefix ELF-x86-64
3
4
ELF-x86-64: file format elf64-x86-64
5
ELF-x86-64: Disassembly of section .text:
6
ELF-x86-64: <foo>:
7
ELF-x86-64: 0: 90 nop
8
ELF-x86-64: <bum>:
9
ELF-x86-64: 1: 90 nop
10