[PowerPC] Fix test case from beb52b12cb

Forgot to add the REQUIRES ppc line to the test.
This commit is contained in:
Stefan Pintilie 2020-07-09 12:26:53 -05:00
parent b785396525
commit 6f7727db47
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# REQUIRES: ppc
# RUN: llvm-mc -filetype=obj -triple=powerpc64le %s -o %t.o # RUN: llvm-mc -filetype=obj -triple=powerpc64le %s -o %t.o
# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s # RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s