forked from OSchip/llvm-project
Add "REQUIRES: arm-registered-target" line to test added in D108603.
This should fix the test failure on the PS4 build bot.
This commit is contained in:
parent
549f6a819a
commit
323a6bfbb8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue