[lld] r251002 - Fix the buildbot.
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 22 01:58:04 PDT 2015
Author: ikudrin
Date: Thu Oct 22 03:58:03 2015
New Revision: 251002
URL: http://llvm.org/viewvc/llvm-project?rev=251002&view=rev
Log:
Fix the buildbot.
test/elf2/gnu-hash-table.s requires ppc target support to run.
Modified:
lld/trunk/test/elf2/gnu-hash-table.s
Modified: lld/trunk/test/elf2/gnu-hash-table.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/gnu-hash-table.s?rev=251002&r1=251001&r2=251002&view=diff
==============================================================================
--- lld/trunk/test/elf2/gnu-hash-table.s (original)
+++ lld/trunk/test/elf2/gnu-hash-table.s Thu Oct 22 03:58:03 2015
@@ -1,3 +1,5 @@
+# REQUIRES: x86,ppc
+
# RUN: echo ".globl foo" > %te.s
# RUN: llvm-mc -filetype=obj -triple=i386-pc-linux %te.s -o %te-i386.o
# RUN: llvm-mc -filetype=obj -triple=i386-pc-linux %s -o %t-i386.o
More information about the llvm-commits
mailing list