Skip to content

Commit

Permalink
Add "REQUIRES: asserts" to test as it requires the compiler to hit an…
Browse files Browse the repository at this point in the history
… assertion failure to pass and was failing in release builds.
  • Loading branch information
dyung committed Nov 26, 2023
1 parent 3651142 commit 1aa1d17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
; RUN: not --crash llc -o - -mtriple=arm64e-apple-macosx -aarch64-min-jump-table-entries=2 %s
; REQUIRES: asserts

target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"

Expand Down

0 comments on commit 1aa1d17

Please sign in to comment.