mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
5cd04c2d39
This case had been failing on testers that didn't have x86 support. Rather than XFAIL it on testers without x86 support, I've just assembled it and used the raw object as the test input. llvm-svn: 240875
17 lines
612 B
Plaintext
17 lines
612 B
Plaintext
RUN: llvm-readobj -stackmap %p/Inputs/stackmap-test.macho-x86-64 | FileCheck %s
|
|
|
|
CHECK: LLVM StackMap Version: 1
|
|
CHECK-NEXT: Num Functions: 1
|
|
CHECK-NEXT: Function address: 0, stack size: 16
|
|
CHECK-NEXT: Num Constants: 1
|
|
CHECK-NEXT: #1: 10000000000
|
|
CHECK-NEXT: Num Records: 1
|
|
CHECK-NEXT: Record ID: 2, instruction offset: 1
|
|
CHECK-NEXT: 5 locations:
|
|
CHECK-NEXT: #1: Register R#5
|
|
CHECK-NEXT: #2: Constant 10
|
|
CHECK-NEXT: #3: ConstantIndex #0 (10000000000)
|
|
CHECK-NEXT: #4: Direct R#4 + -8
|
|
CHECK-NEXT: #5: Indirect [R#6 + -16]
|
|
CHECK-NEXT: 1 live-outs: [ R#7 (8-bytes) ]
|