[llvm] 9a501eb - llvm-reduce: Add REQUIRES: default_triple to test
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 18:17:55 PST 2023
Author: Matt Arsenault
Date: 2023-01-27T22:17:26-04:00
New Revision: 9a501ebee27c948bb39df003c4601dc04c278b25
URL: https://github.com/llvm/llvm-project/commit/9a501ebee27c948bb39df003c4601dc04c278b25
DIFF: https://github.com/llvm/llvm-project/commit/9a501ebee27c948bb39df003c4601dc04c278b25.diff
LOG: llvm-reduce: Add REQUIRES: default_triple to test
Allegedly fixes test failure if there are no targets built.
Added:
Modified:
llvm/test/tools/llvm-reduce/file-output-type.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-reduce/file-output-type.test b/llvm/test/tools/llvm-reduce/file-output-type.test
index 3c5c7d4e16897..1cc58a03024e0 100644
--- a/llvm/test/tools/llvm-reduce/file-output-type.test
+++ b/llvm/test/tools/llvm-reduce/file-output-type.test
@@ -1,3 +1,4 @@
+# REQUIRES: default_triple
# RUN: rm -f reduced.ll reduced.bc
# RUN: llvm-as -o test-output-format.bc %p/Inputs/test-output-format.ll
More information about the llvm-commits
mailing list