[PowerPC] Fix test case from beb52b12cb17
authorStefan Pintilie <stefanp@ca.ibm.com>
Thu, 9 Jul 2020 17:26:53 +0000 (12:26 -0500)
committerStefan Pintilie <stefanp@ca.ibm.com>
Thu, 9 Jul 2020 17:39:24 +0000 (12:39 -0500)
Forgot to add the REQUIRES ppc line to the test.

lld/test/ELF/ppc64-error-toc-local-call.s

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