diff options
author | Pavel Labath <pavel@labath.sk> | 2019-04-16 14:51:27 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-04-16 14:51:27 +0000 |
commit | fea82638b50e2dfbf24175097da7bc5cd979bb5b (patch) | |
tree | 1bbbc671e098f52f1b2ebb9fab79b3ae64d507e5 /lldb | |
parent | 20d24240168295c3693e1b0d9b597a4b8f37b1b3 (diff) | |
download | bcm5719-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.yaml | 2 | ||||
-rw-r--r-- | lldb/lit/Modules/PECOFF/export-dllfunc.yaml | 2 |
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 |