Skip to content

Commit

Permalink
[ORC-RT] Check for jit-compatible-osx-swift-runtime on tests that nee…
Browse files Browse the repository at this point in the history
…d one.

rdar://107846455
  • Loading branch information
lhames committed Apr 17, 2023
1 parent 6ee6b19 commit 22267f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler-rt/test/orc/TestCases/Darwin/arm64/objc-category.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//
// RUN: %clang -c -o %t.o %s
// RUN: %llvm_jitlink -preload libobjc.A.dylib %t.o
//
// REQUIRES: jit-compatible-osx-swift-runtime

.section __TEXT,__text,regular,pure_instructions
.build_version macos, 14, 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// RUN: %clang -c -o %t %s
// RUN: %llvm_jitlink -preload libobjc.A.dylib %t
//
// REQUIRES: jit-compatible-osx-swift-runtime
//
// Test that Objective-C class and instance methods work.

.section __TEXT,__text,regular,pure_instructions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// RUN: %clang -c -o %t %s
// RUN: %llvm_jitlink -preload libobjc.A.dylib %t
//
// REQUIRES: jit-compatible-osx-swift-runtime
//
// Test that Objective-C class and instance methods work.

.section __TEXT,__text,regular,pure_instructions
Expand Down

0 comments on commit 22267f6

Please sign in to comment.