summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2018-12-06 09:41:50 +0000
committerPavel Labath <pavel@labath.sk>2018-12-06 09:41:50 +0000
commitb364bce8448f176bbcd1a0f6985a464bdd0a57a0 (patch)
tree270500c75e8e8a5ebba8959d462e336738ea340d /lldb
parentec3d02013fcd398720300d3d3ef235135287a055 (diff)
downloadbcm5719-llvm-b364bce8448f176bbcd1a0f6985a464bdd0a57a0.tar.gz
bcm5719-llvm-b364bce8448f176bbcd1a0f6985a464bdd0a57a0.zip
Remove REQUIRES: darwin from a couple of MachO tests
lldb is able to parse MachO files also on other platforms nowadays. llvm-svn: 348476
Diffstat (limited to 'lldb')
-rw-r--r--lldb/lit/Modules/lc_build_version.yaml1
-rw-r--r--lldb/lit/Modules/lc_build_version_notools.yaml1
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/lit/Modules/lc_build_version.yaml b/lldb/lit/Modules/lc_build_version.yaml
index 3b356b18fc3..4479662627f 100644
--- a/lldb/lit/Modules/lc_build_version.yaml
+++ b/lldb/lit/Modules/lc_build_version.yaml
@@ -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
diff --git a/lldb/lit/Modules/lc_build_version_notools.yaml b/lldb/lit/Modules/lc_build_version_notools.yaml
index 03a9b7ec73a..f84c71aff6a 100644
--- a/lldb/lit/Modules/lc_build_version_notools.yaml
+++ b/lldb/lit/Modules/lc_build_version_notools.yaml
@@ -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
OpenPOWER on IntegriCloud