[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 03:07:03 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL362926: [COFF][X86] Add REQUIRES: x86 to a couple of tests (authored by psmith, committed by ).
Herald added a project: LLVM.
Changed prior to commit:
https://reviews.llvm.org/D63071?vs=203786&id=203791#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63071/new/
https://reviews.llvm.org/D63071
Files:
lld/trunk/test/COFF/export-stdcall.s
lld/trunk/test/COFF/export-weak-alias.s
Index: lld/trunk/test/COFF/export-weak-alias.s
===================================================================
--- lld/trunk/test/COFF/export-weak-alias.s
+++ lld/trunk/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: lld/trunk/test/COFF/export-stdcall.s
===================================================================
--- lld/trunk/test/COFF/export-stdcall.s
+++ lld/trunk/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.203791.patch
Type: text/x-patch
Size: 857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190610/833e42d4/attachment.bin>
More information about the llvm-commits
mailing list