Skip to content

Commit fdbc130

Browse files
authored
Merge pull request #9918 from swiftlang/rdar125855125
[MCJIT][ORC] Change test guards to 'UNSUPPORTED: system-darwin'.
2 parents 5869403 + e7dcbe0 commit fdbc130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/ExecutionEngine/MCJIT/test-global-ctors.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: %lli -jit-kind=mcjit %s > /dev/null
22
; RUN: %lli %s > /dev/null
3-
; UNSUPPORTED: target={{.*}}-darwin{{.*}}
3+
; UNSUPPORTED: system-darwin
44
@var = global i32 1, align 4
55
@llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr @ctor_func, ptr null }]
66
@llvm.global_dtors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr @dtor_func, ptr null }]

llvm/test/ExecutionEngine/Orc/weak-comdat.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: lli -extra-module %p/Inputs/weak-comdat-def.ll %s
2-
; UNSUPPORTED: target={{.*}}-darwin{{.*}}
2+
; UNSUPPORTED: system-darwin
33

44
declare i32 @g()
55

0 commit comments

Comments
 (0)