[clang] 323a6bf - Add "REQUIRES: arm-registered-target" line to test added in D108603.
Douglas Yung via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 24 22:24:06 PDT 2021
Author: Douglas Yung
Date: 2021-08-24T22:22:16-07:00
New Revision: 323a6bfbb8cf8082e22dc482abeaf6664d84bbdf
URL: https://github.com/llvm/llvm-project/commit/323a6bfbb8cf8082e22dc482abeaf6664d84bbdf
DIFF: https://github.com/llvm/llvm-project/commit/323a6bfbb8cf8082e22dc482abeaf6664d84bbdf.diff
LOG: Add "REQUIRES: arm-registered-target" line to test added in D108603.
This should fix the test failure on the PS4 build bot.
Added:
Modified:
clang/test/CodeGen/linker-diagnostic.ll
Removed:
################################################################################
diff --git a/clang/test/CodeGen/linker-diagnostic.ll b/clang/test/CodeGen/linker-diagnostic.ll
index 8e4f5a38c8dd..c8406314f8d6 100644
--- a/clang/test/CodeGen/linker-diagnostic.ll
+++ b/clang/test/CodeGen/linker-diagnostic.ll
@@ -1,3 +1,4 @@
+; REQUIRES: arm-registered-target
; RUN: mkdir -p %t
; RUN: opt -module-summary -o %t/foo.o %s
; RUN: opt -module-summary -o %t/bar.o %S/Inputs/linker-diagnostic1.ll
More information about the cfe-commits
mailing list