[llvm] 1aa1d17 - Add "REQUIRES: asserts" to test as it requires the compiler to hit an assertion failure to pass and was failing in release builds.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 25 21:50:18 PST 2023


Author: Douglas Yung
Date: 2023-11-25T21:45:58-08:00
New Revision: 1aa1d176ba96ded489b902376426dde71556be1f

URL: https://github.com/llvm/llvm-project/commit/1aa1d176ba96ded489b902376426dde71556be1f
DIFF: https://github.com/llvm/llvm-project/commit/1aa1d176ba96ded489b902376426dde71556be1f.diff

LOG: Add "REQUIRES: asserts" to test as it requires the compiler to hit an assertion failure to pass and was failing in release builds.

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/store-swift-async-context-clobber-live-reg.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/store-swift-async-context-clobber-live-reg.ll b/llvm/test/CodeGen/AArch64/store-swift-async-context-clobber-live-reg.ll
index f81531766ca13bf..217fb9bbfbeb9c3 100644
--- a/llvm/test/CodeGen/AArch64/store-swift-async-context-clobber-live-reg.ll
+++ b/llvm/test/CodeGen/AArch64/store-swift-async-context-clobber-live-reg.ll
@@ -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"
 


        


More information about the llvm-commits mailing list