[lld] r250107 - test/elf2/relative-dynamic-reloc-ppc64.s requires ppc
Hal Finkel via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 14:11:53 PDT 2015
Author: hfinkel
Date: Mon Oct 12 16:11:53 2015
New Revision: 250107
URL: http://llvm.org/viewvc/llvm-project?rev=250107&view=rev
Log:
test/elf2/relative-dynamic-reloc-ppc64.s requires ppc
Fix the buildbot; this test also requires ppc target support.
Modified:
lld/trunk/test/elf2/relative-dynamic-reloc-ppc64.s
Modified: lld/trunk/test/elf2/relative-dynamic-reloc-ppc64.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf2/relative-dynamic-reloc-ppc64.s?rev=250107&r1=250106&r2=250107&view=diff
==============================================================================
--- lld/trunk/test/elf2/relative-dynamic-reloc-ppc64.s (original)
+++ lld/trunk/test/elf2/relative-dynamic-reloc-ppc64.s Mon Oct 12 16:11:53 2015
@@ -1,6 +1,7 @@
// RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %s -o %t.o
// RUN: ld.lld2 -shared %t.o -o %t.so
// RUN: llvm-readobj -t -r -dyn-symbols %t.so | FileCheck %s
+// REQUIRES: ppc
// Test that we create R_PPC64_RELATIVE relocations but don't put any
// symbols in the dynamic symbol table.
More information about the llvm-commits
mailing list