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
[memprof] Remove an unused using directive (#117004)
[llvm-project.git]
/
lld
/
test
/
ELF
/
i386-pc8.s
blob
db3bcac2aa632afd2464d7b4221f454c8cb2ff61
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=i386-pc-linux-gnu %s -o %t1.o
3
# RUN: ld.lld -Ttext 0x0 %t1.o -o %t.out
4
# RUN: llvm-objdump -s --section=.text %t.out | FileCheck %s
5
6
# CHECK: Contents of section .text:
7
# CHECK-NEXT: 0000 15253748
8
9
.byte und-.+0x11
10
.byte und-.+0x22
11
.byte und+0x33
12
.byte und+0x44
13
14
.section .und,
"ax"
15
und
: