[llvm] ffc7d5a - Add `REQUIRES: asserts` to test added in #145149 because it uses the `-debug-only=` flag.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 23 21:09:44 PDT 2025


Author: Douglas Yung
Date: 2025-06-24T04:08:34Z
New Revision: ffc7d5ae2d79f98967943fabb2abfbc1b1e047fd

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

LOG: Add `REQUIRES: asserts` to test added in #145149 because it uses the `-debug-only=` flag.

This should fix the test failure when building without asserts.

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/pr141642.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/pr141642.ll b/llvm/test/CodeGen/PowerPC/pr141642.ll
index 38a7065747867..61bda4dfaf533 100644
--- a/llvm/test/CodeGen/PowerPC/pr141642.ll
+++ b/llvm/test/CodeGen/PowerPC/pr141642.ll
@@ -2,6 +2,7 @@
 ; RUN:  FileCheck %s
 ; CHECK-NOT: lxvdsx
 ; CHECK-NOT: LD_SPLAT
+; REQUIRES: asserts
 
 define weak_odr dso_local void @unpack(ptr noalias noundef %packed_in) local_unnamed_addr {
 entry:


        


More information about the llvm-commits mailing list