From c689aaf9473cf8af73efdd78295d6ff4b88084bd Mon Sep 17 00:00:00 2001 From: Shubham Sandeep Rastogi Date: Wed, 11 Dec 2024 18:52:03 -0800 Subject: [PATCH] Add target triple to dropped-var.sil test. --- test/DebugInfo/dropped-var.sil | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/DebugInfo/dropped-var.sil b/test/DebugInfo/dropped-var.sil index c1d9c19d5443c..e98bfe69141fd 100644 --- a/test/DebugInfo/dropped-var.sil +++ b/test/DebugInfo/dropped-var.sil @@ -1,4 +1,5 @@ - // RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables 2>&1 | %FileCheck %s + // RUN: %target-sil-opt --diagnose-unreachable -o - %s -sil-stats-lost-variables --target=aarch64-apple-darwin 2>&1 | %FileCheck %s + // REQUIRES:CPU=aarch64 // CHECK: function, lostvars, Pass List Pipeline, DiagnoseUnreachable, 1, 1, {{[0-9]+}}, $s4test3bar1yS2i_tF