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