Skip to content

Commit ffc7d5a

Browse files
committed
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.
1 parent 0e461d1 commit ffc7d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/PowerPC/pr141642.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
; RUN: FileCheck %s
33
; CHECK-NOT: lxvdsx
44
; CHECK-NOT: LD_SPLAT
5+
; REQUIRES: asserts
56

67
define weak_odr dso_local void @unpack(ptr noalias noundef %packed_in) local_unnamed_addr {
78
entry:

0 commit comments

Comments
 (0)