[lld] r362926 - [COFF][X86] Add REQUIRES: x86 to a couple of tests

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 03:09:36 PDT 2019


Author: psmith
Date: Mon Jun 10 03:09:36 2019
New Revision: 362926

URL: http://llvm.org/viewvc/llvm-project?rev=362926&view=rev
Log:
[COFF][X86] Add REQUIRES: x86 to a couple of tests

Fix buildbot failure on native AArch64 buildbot that does not have X86
backend compiled in.

Differential Revision: https://reviews.llvm.org/D63071


Modified:
    lld/trunk/test/COFF/export-stdcall.s
    lld/trunk/test/COFF/export-weak-alias.s

Modified: lld/trunk/test/COFF/export-stdcall.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/export-stdcall.s?rev=362926&r1=362925&r2=362926&view=diff
==============================================================================
--- lld/trunk/test/COFF/export-stdcall.s (original)
+++ lld/trunk/test/COFF/export-stdcall.s Mon Jun 10 03:09:36 2019
@@ -1,3 +1,4 @@
+# REQUIRES: x86
 # RUN: llvm-mc -triple i686-windows-msvc %s -o %t.obj -filetype=obj
 # RUN: lld-link %t.obj -out:%t.dll -dll -nodefaultlib -noentry -export:foo_std=bar_std -export:foo_fast=bar_fast
 # RUN: llvm-nm %t.lib | FileCheck %s

Modified: lld/trunk/test/COFF/export-weak-alias.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/export-weak-alias.s?rev=362926&r1=362925&r2=362926&view=diff
==============================================================================
--- lld/trunk/test/COFF/export-weak-alias.s (original)
+++ lld/trunk/test/COFF/export-weak-alias.s Mon Jun 10 03:09:36 2019
@@ -1,3 +1,4 @@
+# REQUIRES: x86
 # RUN: llvm-mc -triple x86_64-windows-msvc %s -o %t.obj -filetype=obj
 # RUN: lld-link %t.obj -out:%t.dll -dll -nodefaultlib -noentry
 # RUN: llvm-nm %t.lib | FileCheck %s




More information about the llvm-commits mailing list