From 323a6bfbb8cf8082e22dc482abeaf6664d84bbdf Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Tue, 24 Aug 2021 22:22:16 -0700 Subject: [PATCH] Add "REQUIRES: arm-registered-target" line to test added in D108603. This should fix the test failure on the PS4 build bot. --- clang/test/CodeGen/linker-diagnostic.ll | 1 + 1 file changed, 1 insertion(+) 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