Skip to content

Commit

Permalink
[COFF][X86] Add REQUIRES: x86 to a couple of tests
Browse files Browse the repository at this point in the history
Fix buildbot failure on native AArch64 buildbot that does not have X86
backend compiled in.

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

llvm-svn: 362926
  • Loading branch information
smithp35 committed Jun 10, 2019
1 parent d71017b commit 386f3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lld/test/COFF/export-stdcall.s
@@ -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
Expand Down
1 change: 1 addition & 0 deletions lld/test/COFF/export-weak-alias.s
@@ -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
Expand Down

0 comments on commit 386f3a2

Please sign in to comment.