forked from OSchip/llvm-project
test/PECOFF: Remove REQUIRES: system-windows
These tests run fine on non-windows platforms too. Instead I add REQUIRES: lld, as that is what they really require. llvm-svn: 358499
This commit is contained in:
parent
20d2424016
commit
fea82638b5
|
|
@ -1,4 +1,4 @@
|
|||
# REQUIRES: system-windows
|
||||
# REQUIRES: lld
|
||||
# RUN: yaml2obj < %p/export-dllfunc.yaml > %t.export-dllfunc.obj
|
||||
# RUN: yaml2obj < %s > %t.obj
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# REQUIRES: system-windows
|
||||
# REQUIRES: lld
|
||||
# RUN: yaml2obj < %s > %t.obj
|
||||
#
|
||||
# RUN: lld-link /machine:x64 /out:%t.dll /noentry /nodefaultlib /dll %t.obj /export:DllFunc
|
||||
|
|
|
|||
Loading…
Reference in New Issue