mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
cd6839055b
We were failing to convert this expression to pcrel. llvm-svn: 306573
13 lines
269 B
ArmAsm
13 lines
269 B
ArmAsm
// RUN: llvm-mc -triple i686-unknown-windows-msvc -filetype obj -o %t.o %s
|
|
// RUN: llvm-objdump -r %t.o | FileCheck %s
|
|
|
|
// CHECK: 00000004 IMAGE_REL_I386_REL32 twop32
|
|
|
|
.section .rdata,"rd"
|
|
twop32:
|
|
.quad 0x41f0000000000000
|
|
|
|
.text
|
|
0:
|
|
mulsd twop32-0b(%eax), %xmm1
|