summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-04-16 14:51:27 +0000
committerPavel Labath <pavel@labath.sk>2019-04-16 14:51:27 +0000
commitfea82638b50e2dfbf24175097da7bc5cd979bb5b (patch)
tree1bbbc671e098f52f1b2ebb9fab79b3ae64d507e5 /lldb
parent20d24240168295c3693e1b0d9b597a4b8f37b1b3 (diff)
downloadbcm5719-llvm-fea82638b50e2dfbf24175097da7bc5cd979bb5b.tar.gz
bcm5719-llvm-fea82638b50e2dfbf24175097da7bc5cd979bb5b.zip
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
Diffstat (limited to 'lldb')
-rw-r--r--lldb/lit/Modules/PECOFF/dep-modules.yaml2
-rw-r--r--lldb/lit/Modules/PECOFF/export-dllfunc.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/lit/Modules/PECOFF/dep-modules.yaml b/lldb/lit/Modules/PECOFF/dep-modules.yaml
index 75a27e89523..12249439d8f 100644
--- a/lldb/lit/Modules/PECOFF/dep-modules.yaml
+++ b/lldb/lit/Modules/PECOFF/dep-modules.yaml
@@ -1,4 +1,4 @@
-# REQUIRES: system-windows
+# REQUIRES: lld
# RUN: yaml2obj < %p/export-dllfunc.yaml > %t.export-dllfunc.obj
# RUN: yaml2obj < %s > %t.obj
#
diff --git a/lldb/lit/Modules/PECOFF/export-dllfunc.yaml b/lldb/lit/Modules/PECOFF/export-dllfunc.yaml
index 24dc3b60a53..5d466aa01f1 100644
--- a/lldb/lit/Modules/PECOFF/export-dllfunc.yaml
+++ b/lldb/lit/Modules/PECOFF/export-dllfunc.yaml
@@ -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
OpenPOWER on IntegriCloud