llvm-reduce: Require x86 to run file ouput test
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 2 Nov 2022 17:39:50 +0000 (10:39 -0700)
committerMatt Arsenault <arsenm2@gmail.com>
Wed, 2 Nov 2022 17:48:52 +0000 (10:48 -0700)
The MIR test somewhat depends on target support.

llvm/test/tools/llvm-reduce/file-output-type.test

index 9a00d8a..bbfbeb2 100644 (file)
@@ -1,3 +1,4 @@
+# REQUIRES: x86-registered-target
 # RUN: rm -f reduced.ll reduced.bc
 
 # RUN: llvm-as -o test-output-format.bc %p/Inputs/test-output-format.ll