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 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