Author: labath
Date: Thu Dec  6 01:41:50 2018
New Revision: 348476

URL: http://llvm.org/viewvc/llvm-project?rev=348476&view=rev
Log:
Remove REQUIRES: darwin from a couple of MachO tests

lldb is able to parse MachO files also on other platforms nowadays.

Modified:
    lldb/trunk/lit/Modules/lc_build_version.yaml
    lldb/trunk/lit/Modules/lc_build_version_notools.yaml

Modified: lldb/trunk/lit/Modules/lc_build_version.yaml
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Modules/lc_build_version.yaml?rev=348476&r1=348475&r2=348476&view=diff
==============================================================================
--- lldb/trunk/lit/Modules/lc_build_version.yaml (original)
+++ lldb/trunk/lit/Modules/lc_build_version.yaml Thu Dec  6 01:41:50 2018
@@ -1,6 +1,5 @@
 # RUN: yaml2obj %s > %t.out
 # RUN: lldb-test symbols %t.out | FileCheck %s
-# REQUIRES: system-darwin
 # Test that the deployment target is parsed from the load commands.
 # CHECK: x86_64-apple-macosx10.14.0
 --- !mach-o

Modified: lldb/trunk/lit/Modules/lc_build_version_notools.yaml
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Modules/lc_build_version_notools.yaml?rev=348476&r1=348475&r2=348476&view=diff
==============================================================================
--- lldb/trunk/lit/Modules/lc_build_version_notools.yaml (original)
+++ lldb/trunk/lit/Modules/lc_build_version_notools.yaml Thu Dec  6 01:41:50 
2018
@@ -1,6 +1,5 @@
 # RUN: yaml2obj %s > %t.out
 # RUN: lldb-test symbols %t.out | FileCheck %s
-# REQUIRES: system-darwin
 # Test that the deployment target is parsed from the load commands.
 # CHECK: x86_64-apple-macosx10.14.0
 --- !mach-o


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to