[lld] 6f7727d - [PowerPC] Fix test case from beb52b12cb17

Stefan Pintilie via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 10:39:54 PDT 2020


Author: Stefan Pintilie
Date: 2020-07-09T12:39:24-05:00
New Revision: 6f7727db478b452a262b2beea2beceef096eb68c

URL: https://github.com/llvm/llvm-project/commit/6f7727db478b452a262b2beea2beceef096eb68c
DIFF: https://github.com/llvm/llvm-project/commit/6f7727db478b452a262b2beea2beceef096eb68c.diff

LOG: [PowerPC] Fix test case from beb52b12cb17

Forgot to add the REQUIRES ppc line to the test.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/ppc64-error-toc-local-call.s b/lld/test/ELF/ppc64-error-toc-local-call.s
index f23eba101209..606f6ead5463 100644
--- a/lld/test/ELF/ppc64-error-toc-local-call.s
+++ b/lld/test/ELF/ppc64-error-toc-local-call.s
@@ -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
 


        


More information about the llvm-commits mailing list