Skip to content

Commit

Permalink
Add target triple to dropped-var.sil test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rastogishubham committed Dec 12, 2024
1 parent 8715c34 commit c689aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/DebugInfo/dropped-var.sil
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c689aaf

Please sign in to comment.