File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 32
32
// CHECK: test.o: prev MD5=[[TEST2_MD5]] recompiling
33
33
34
34
// RUN: echo "empty file" >>%t/log
35
- // RUN: %target-swift-frontend -c -primary-file %S/Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen 2>>%t/log
35
+ // RUN: %target-swift-frontend -c -primary-file %S/../ Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen 2>>%t/log
36
36
// RUN: echo "empty file with profiling" >>%t/log
37
- // RUN: %target-swift-frontend -c -primary-file %S/Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen -profile-generate 2>>%t/log
37
+ // RUN: %target-swift-frontend -c -primary-file %S/../ Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen -profile-generate 2>>%t/log
38
38
39
39
// CHECK-LABEL: empty file
40
40
// CHECK: empty.o: MD5=[[EMPTY_MD5:[0-9a-f]+]]
41
41
// CHECK-LABEL: empty file with profiling
42
42
// CHECK: empty.o: prev MD5=[[EMPTY_MD5]] recompiling
43
43
44
44
// RUN: echo "empty file" >>%t/log
45
- // RUN: %target-swift-frontend -c -primary-file %S/Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen 2>>%t/log
45
+ // RUN: %target-swift-frontend -c -primary-file %S/../ Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen 2>>%t/log
46
46
// RUN: echo "empty file with fuzzer" >>%t/log
47
- // RUN: %target-swift-frontend -c -primary-file %S/Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen -sanitize=fuzzer 2>>%t/log
47
+ // RUN: %target-swift-frontend -c -primary-file %S/../ Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen -sanitize=fuzzer 2>>%t/log
48
48
49
49
// CHECK-LABEL: empty file
50
50
// CHECK: empty.o: MD5=[[EMPTY_MD5_2:[0-9a-f]+]]
You can’t perform that action at this time.
0 commit comments