[PATCH] D63071: [LLD][COFF] Add REQUIRES: x86 to a couple of tests
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 02:57:16 PDT 2019
peter.smith created this revision.
peter.smith added reviewers: ruiu, MaskRay, grimar.
Herald added subscribers: kristof.beyls, javed.absar.
Add "REQUIRES: x86" to fix buildbot failure on native AArch64 builder that does not have an x86 backed compiled in. Log: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld/builds/6711/steps/ninja%20check%201
https://reviews.llvm.org/D63071
Files:
test/COFF/export-stdcall.s
test/COFF/export-weak-alias.s
Index: test/COFF/export-weak-alias.s
===================================================================
--- test/COFF/export-weak-alias.s
+++ 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
Index: test/COFF/export-stdcall.s
===================================================================
--- test/COFF/export-stdcall.s
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63071.203786.patch
Type: text/x-patch
Size: 797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190610/8ff51d07/attachment.bin>
More information about the llvm-commits
mailing list