[llvm] 9564821 - Test requires a debug build to pass.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 23:58:06 PDT 2020


Author: Eric Christopher
Date: 2020-08-10T23:57:55-07:00
New Revision: 9564821144f8ac5159d346e6ec8176c6b63c0b36

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

LOG: Test requires a debug build to pass.

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/read-set-flm.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/read-set-flm.ll b/llvm/test/CodeGen/PowerPC/read-set-flm.ll
index 15f69022226f..aa651e14f203 100644
--- a/llvm/test/CodeGen/PowerPC/read-set-flm.ll
+++ b/llvm/test/CodeGen/PowerPC/read-set-flm.ll
@@ -2,6 +2,7 @@
 ; RUN: llc < %s -mtriple powerpc64le-unknown-linux | FileCheck %s
 ; RUN: llc < %s -mtriple powerpc64le-unknown-linux -debug-only=machine-scheduler \
 ; RUN:   2>&1 | FileCheck %s --check-prefix=LOG
+; REQUIRES: DEBUG
 
 define double @in_nostrict(double %a, double %b, double %c, double %d) {
 ; CHECK-LABEL: in_nostrict:


        


More information about the llvm-commits mailing list