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 df39d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DebugInfo/dropped-var.sil
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 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

// CHECK: function, lostvars, Pass List Pipeline, DiagnoseUnreachable, 1, 1, {{[0-9]+}}, $s4test3bar1yS2i_tF

Expand Down

0 comments on commit df39d70

Please sign in to comment.