mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
ef2a6771e9
Add a trivial binary (int main() { return 0; }) built for Windows on ARM to ensure that we can correctly identify ARM_MOV32(T) base relocations. Addresses post-commit review comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227673 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
# RUN: llvm-readobj -coff-basereloc %p/Inputs/trivial.exe.coff-arm | FileCheck %s
|
|
|
|
# CHECK: Entry {
|
|
# CHECK: Type: ARM_MOV32(T)
|
|
# CHECK: Address: 0x9390
|
|
# CHECK: }
|
|
|