Author: labath Date: Tue Apr 16 07:51:27 2019 New Revision: 358499 URL: http://llvm.org/viewvc/llvm-project?rev=358499&view=rev Log: 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. Modified: lldb/trunk/lit/Modules/PECOFF/dep-modules.yaml lldb/trunk/lit/Modules/PECOFF/export-dllfunc.yaml Modified: lldb/trunk/lit/Modules/PECOFF/dep-modules.yaml URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Modules/PECOFF/dep-modules.yaml?rev=358499&r1=358498&r2=358499&view=diff ============================================================================== --- lldb/trunk/lit/Modules/PECOFF/dep-modules.yaml (original) +++ lldb/trunk/lit/Modules/PECOFF/dep-modules.yaml Tue Apr 16 07:51:27 2019 @@ -1,4 +1,4 @@ -# REQUIRES: system-windows +# REQUIRES: lld # RUN: yaml2obj < %p/export-dllfunc.yaml > %t.export-dllfunc.obj # RUN: yaml2obj < %s > %t.obj # Modified: lldb/trunk/lit/Modules/PECOFF/export-dllfunc.yaml URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Modules/PECOFF/export-dllfunc.yaml?rev=358499&r1=358498&r2=358499&view=diff ============================================================================== --- lldb/trunk/lit/Modules/PECOFF/export-dllfunc.yaml (original) +++ lldb/trunk/lit/Modules/PECOFF/export-dllfunc.yaml Tue Apr 16 07:51:27 2019 @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits