[bolt][nfc] Exclude Call id verification from instrument-ind-call test (#181655)
The instrument-ind-call test checks the correctness of instrumented snippet by the set of registers are used, the call id value is meaningless (platform depend) and should be exclude from test.
This commit is contained in:
parent
fb0a3a8e9e
commit
db19a57597
@ -59,7 +59,7 @@ CHECK-MAIN-NEXT: mov w1, #0x14
|
||||
// store current values
|
||||
CHECK-MAIN-NEXT: stp x0, x30, [sp
|
||||
// load callsite id
|
||||
CHECK-MAIN-NEXT: mov x0, #0x0
|
||||
CHECK-MAIN-NEXT: mov x0,
|
||||
CHECK-MAIN-NEXT: stp x8, x0, [sp
|
||||
CHECK-MAIN-NEXT: adrp x8,
|
||||
CHECK-MAIN-NEXT: add x8, x8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user