Add REQUIRES line to machine-size-remarks
authorJessica Paquette <jpaquette@apple.com>
Mon, 10 Sep 2018 23:53:08 +0000 (23:53 +0000)
committerJessica Paquette <jpaquette@apple.com>
Mon, 10 Sep 2018 23:53:08 +0000 (23:53 +0000)
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

index 8d3577e4a349a478f9ed499e1425ed1607115a22..2f4e71f7fe8f5eef4a89df43f0cee0075a7ef85e 100644 (file)
@@ -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