From b364bce8448f176bbcd1a0f6985a464bdd0a57a0 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 6 Dec 2018 09:41:50 +0000 Subject: [PATCH] Remove REQUIRES: darwin from a couple of MachO tests lldb is able to parse MachO files also on other platforms nowadays. llvm-svn: 348476 --- lldb/lit/Modules/lc_build_version.yaml | 1 - lldb/lit/Modules/lc_build_version_notools.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/lldb/lit/Modules/lc_build_version.yaml b/lldb/lit/Modules/lc_build_version.yaml index 3b356b1..4479662 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 03a9b7e..f84c71a 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 -- 2.7.4