[compiler-rt] ee98750 - [ORC-RT] Add REQUIRES: jit-compatible-osx-swift-runtime to testcase.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Wed May 10 17:02:43 PDT 2023
Author: Lang Hames
Date: 2023-05-10T17:02:37-07:00
New Revision: ee9875014ef72137bdcfb180e15b9694ab80ac90
URL: https://github.com/llvm/llvm-project/commit/ee9875014ef72137bdcfb180e15b9694ab80ac90
DIFF: https://github.com/llvm/llvm-project/commit/ee9875014ef72137bdcfb180e15b9694ab80ac90.diff
LOG: [ORC-RT] Add REQUIRES: jit-compatible-osx-swift-runtime to testcase.
Swift and ObjC testcases require a jit-compatible runtime.
rdar://109162598
Added:
Modified:
compiler-rt/test/orc/TestCases/Darwin/arm64/objc-cross-file-method-call.S
Removed:
################################################################################
diff --git a/compiler-rt/test/orc/TestCases/Darwin/arm64/objc-cross-file-method-call.S b/compiler-rt/test/orc/TestCases/Darwin/arm64/objc-cross-file-method-call.S
index 0d0d2debd4679..ef2ed8b8968f0 100644
--- a/compiler-rt/test/orc/TestCases/Darwin/arm64/objc-cross-file-method-call.S
+++ b/compiler-rt/test/orc/TestCases/Darwin/arm64/objc-cross-file-method-call.S
@@ -3,6 +3,8 @@
// RUN: %clang -c -o %t.o %s
// RUN: %clang -c -o %t.aux.o %S/Inputs/objc-Foo-foo-class-method.S
// RUN: %llvm_jitlink -preload libobjc.A.dylib %t.o %t.aux.o
+//
+// REQUIRES: jit-compatible-osx-swift-runtime
.section __TEXT,__text,regular,pure_instructions
.build_version macos, 14, 0 sdk_version 14, 0
More information about the llvm-commits
mailing list