From 9564821144f8ac5159d346e6ec8176c6b63c0b36 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 10 Aug 2020 23:57:33 -0700 Subject: [PATCH] Test requires a debug build to pass. --- llvm/test/CodeGen/PowerPC/read-set-flm.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/PowerPC/read-set-flm.ll b/llvm/test/CodeGen/PowerPC/read-set-flm.ll index 15f6902..aa651e1 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: -- 2.7.4