From db19a57597c1e26ed5a6fa54fb9cfc7edaa77bd1 Mon Sep 17 00:00:00 2001 From: Alexey Moksyakov Date: Mon, 16 Feb 2026 17:08:13 +0300 Subject: [PATCH] [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. --- bolt/test/runtime/AArch64/instrumentation-ind-call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt/test/runtime/AArch64/instrumentation-ind-call.c b/bolt/test/runtime/AArch64/instrumentation-ind-call.c index fda068085dca..8d9d1e13060f 100644 --- a/bolt/test/runtime/AArch64/instrumentation-ind-call.c +++ b/bolt/test/runtime/AArch64/instrumentation-ind-call.c @@ -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