File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: echo "int global() { return 42; }" | %clang -dynamiclib -o %t/libLinkMe.dylib -x c -
3
3
// RUN: %target-swift-frontend -emit-module -parse-stdlib -o %t -module-name LinkMe -module-link-name LinkMe %S/../../Inputs/empty.swift
4
4
5
- // RUN: %target-swift-frontend -interpret -DIMPORT %s -I %t -L %t 2>&1
6
- // RUN: %target-swift-frontend -interpret -lLinkMe %s -L %t 2>&1
7
- // RUN: not %target-swift-frontend -interpret -lLinkMe %s 2>&1
5
+ // RUN: %target-jit-run -DIMPORT %s -I %t -L %t 2>&1
6
+ // RUN: %target-jit-run -lLinkMe %s -L %t 2>&1
7
+ // RUN: not %target-jit-run -lLinkMe %s 2>&1
8
8
9
- // RUN: %target-swift-frontend -interpret -lLinkMe -DUSE_DIRECTLY %s -L %t 2>&1
10
- // RUN: not %target-swift-frontend -interpret -DUSE_DIRECTLY -lLinkMe %s 2>&1
9
+ // RUN: %target-jit-run -lLinkMe -DUSE_DIRECTLY %s -L %t 2>&1
10
+ // RUN: not %target-jit-run -DUSE_DIRECTLY -lLinkMe %s 2>&1
11
11
12
12
13
13
// This is specifically testing autolinking for immediate mode. Please do not
You can’t perform that action at this time.
0 commit comments