diff options
author | Pavel Labath <pavel@labath.sk> | 2018-12-06 09:41:50 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2018-12-06 09:41:50 +0000 |
commit | b364bce8448f176bbcd1a0f6985a464bdd0a57a0 (patch) | |
tree | 270500c75e8e8a5ebba8959d462e336738ea340d /lldb | |
parent | ec3d02013fcd398720300d3d3ef235135287a055 (diff) | |
download | bcm5719-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.yaml | 1 | ||||
-rw-r--r-- | lldb/lit/Modules/lc_build_version_notools.yaml | 1 |
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 |