Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-readobj / wasm / relocations.test
blobb2455938b34ff3a2af7e3a4b389e82f0fbf4ba83
1 ## Check how we print relocations.
3 # RUN: llvm-readobj -r --expand-relocs %p/Inputs/trivial.obj.wasm \
4 # RUN:   | FileCheck %s --check-prefix WASM
6 # WASM:      Relocations [
7 # WASM-NEXT:   Section (4) CODE {
8 # WASM-NEXT:     Relocation {
9 # WASM-NEXT:       Type: R_WASM_MEMORY_ADDR_SLEB (4)
10 # WASM-NEXT:       Offset: 0x4
11 # WASM-NEXT:       Symbol: .L.str
12 # WASM-NEXT:       Addend: 0
13 # WASM-NEXT:     }
14 # WASM-NEXT:     Relocation {
15 # WASM-NEXT:       Type: R_WASM_FUNCTION_INDEX_LEB (0)
16 # WASM-NEXT:       Offset: 0xA
17 # WASM-NEXT:       Symbol: puts
18 # WASM-NEXT:     }
19 # WASM-NEXT:     Relocation {
20 # WASM-NEXT:       Type: R_WASM_FUNCTION_INDEX_LEB (0)
21 # WASM-NEXT:       Offset: 0x11
22 # WASM-NEXT:       Symbol: .LSomeOtherFunction_bitcast
23 # WASM-NEXT:     }
24 # WASM-NEXT:     Relocation {
25 # WASM-NEXT:       Type: R_WASM_FUNCTION_INDEX_LEB (0)
26 # WASM-NEXT:       Offset: 0x1E
27 # WASM-NEXT:       Symbol: SomeOtherFunction
28 # WASM-NEXT:     }
29 # WASM-NEXT:   }
30 # WASM-NEXT: ]