Skip to content

Commit

Permalink
[PowerPC] Add missing requirement to test case
Browse files Browse the repository at this point in the history
Commit 70c433a added this
test case that has -stop-before that mentions a pass that is
only added for non-release builds. Add the requirement for asserts.
  • Loading branch information
nemanjai committed May 1, 2021
1 parent bc91200 commit bed58a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/CodeGen/PowerPC/toc-data.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; REQUIRES: asserts
; RUN: llc -mtriple powerpc-ibm-aix-xcoff -verify-machineinstrs < %s \
; RUN: -stop-before=ppc-ctr-loops-verify | FileCheck %s
; RUN: llc -mtriple powerpc-ibm-aix-xcoff -verify-machineinstrs < %s | FileCheck %s --check-prefix TEST
Expand Down

0 comments on commit bed58a4

Please sign in to comment.