[llvm] bed58a4 - [PowerPC] Add missing requirement to test case

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 17:37:07 PDT 2021


Author: Nemanja Ivanovic
Date: 2021-04-30T19:36:58-05:00
New Revision: bed58a4a5856116d11944cae152e0e04174f3af9

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

LOG: [PowerPC] Add missing requirement to test case

Commit 70c433a184a54819835e54c62c3e6891e7069861 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.

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/toc-data.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/toc-data.ll b/llvm/test/CodeGen/PowerPC/toc-data.ll
index 500f742d854b..05583cb34581 100644
--- a/llvm/test/CodeGen/PowerPC/toc-data.ll
+++ b/llvm/test/CodeGen/PowerPC/toc-data.ll
@@ -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


        


More information about the llvm-commits mailing list