forked from OSchip/llvm-project
Remove REQUIRES: darwin from a couple of MachO tests
lldb is able to parse MachO files also on other platforms nowadays. llvm-svn: 348476
This commit is contained in:
parent
ec3d02013f
commit
b364bce844
|
@ -1,6 +1,5 @@
|
||||||
# RUN: yaml2obj %s > %t.out
|
# RUN: yaml2obj %s > %t.out
|
||||||
# RUN: lldb-test symbols %t.out | FileCheck %s
|
# RUN: lldb-test symbols %t.out | FileCheck %s
|
||||||
# REQUIRES: system-darwin
|
|
||||||
# Test that the deployment target is parsed from the load commands.
|
# Test that the deployment target is parsed from the load commands.
|
||||||
# CHECK: x86_64-apple-macosx10.14.0
|
# CHECK: x86_64-apple-macosx10.14.0
|
||||||
--- !mach-o
|
--- !mach-o
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# RUN: yaml2obj %s > %t.out
|
# RUN: yaml2obj %s > %t.out
|
||||||
# RUN: lldb-test symbols %t.out | FileCheck %s
|
# RUN: lldb-test symbols %t.out | FileCheck %s
|
||||||
# REQUIRES: system-darwin
|
|
||||||
# Test that the deployment target is parsed from the load commands.
|
# Test that the deployment target is parsed from the load commands.
|
||||||
# CHECK: x86_64-apple-macosx10.14.0
|
# CHECK: x86_64-apple-macosx10.14.0
|
||||||
--- !mach-o
|
--- !mach-o
|
||||||
|
|
Loading…
Reference in New Issue