From a80d6faa10d9b1562bb8d08506da8c69ff0b0ec6 Mon Sep 17 00:00:00 2001 From: Jessica Paquette Date: Mon, 10 Sep 2018 23:53:08 +0000 Subject: [PATCH] Add REQUIRES line to machine-size-remarks Just was made aware that this is necessary for tests outside of the X86 subdirectory. Add a REQUIRES line to make sure bots that don't enable x86 are happy. llvm-svn: 341885 --- llvm/test/Other/machine-size-remarks.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/Other/machine-size-remarks.ll b/llvm/test/Other/machine-size-remarks.ll index 8d3577e..2f4e71f 100644 --- a/llvm/test/Other/machine-size-remarks.ll +++ b/llvm/test/Other/machine-size-remarks.ll @@ -1,3 +1,4 @@ +; REQUIRES: x86-registered-target ; RUN: llc -mtriple x86_64-apple-darwin %s -pass-remarks-analysis='size-info'\ ; RUN: -pass-remarks-output=%t.yaml -o /dev/null < %s 2> %t; \ ; RUN: cat %t %t.yaml | FileCheck %s -- 2.7.4