annotate lld/test/ELF/i386-pc8.s @ 192:d7606dcf6fce

Added tag llvm10 for changeset 0572611fdcc8
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2020 18:01:34 +0900
parents 0572611fdcc8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 # REQUIRES: x86
anatofuz
parents:
diff changeset
2 # RUN: llvm-mc -filetype=obj -triple=i386-pc-linux-gnu %s -o %t1.o
anatofuz
parents:
diff changeset
3 # RUN: ld.lld -Ttext 0x0 %t1.o -o %t.out
173
0572611fdcc8 reorgnization done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
4 # RUN: llvm-objdump -s --section=.text %t.out | FileCheck %s
150
anatofuz
parents:
diff changeset
5
anatofuz
parents:
diff changeset
6 # CHECK: Contents of section .text:
anatofuz
parents:
diff changeset
7 # CHECK-NEXT: 0000 15253748
anatofuz
parents:
diff changeset
8
anatofuz
parents:
diff changeset
9 .byte und-.+0x11
anatofuz
parents:
diff changeset
10 .byte und-.+0x22
anatofuz
parents:
diff changeset
11 .byte und+0x33
anatofuz
parents:
diff changeset
12 .byte und+0x44
anatofuz
parents:
diff changeset
13
anatofuz
parents:
diff changeset
14 .section .und, "ax"
anatofuz
parents:
diff changeset
15 und: