File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,17 @@ UNSUPPORTED: darwin
2
2
3
3
RUN: mkdir -p %t1 %t2
4
4
5
- RUN: %lld -v -L%t1 -F%t2 2>&1 | FileCheck -DLDIR=%t1 -DFDIR=%t2 %s
5
+ RUN: %lld -v -dylib -o /dev/null -L%t1 -F%t2 2>&1 \
6
+ RUN: | FileCheck -DLDIR=%t1 -DFDIR=%t2 %s
6
7
CHECK: Library search paths:
7
8
CHECK-NEXT: [[LDIR]]
8
9
CHECK-NEXT: /usr/lib
9
10
CHECK-NEXT: Framework search paths:
10
11
CHECK-NEXT: [[FDIR]]
11
12
CHECK-NEXT: /System/Library/Frameworks
12
13
13
- RUN: %lld -v -L%t1 -F%t2 -Z 2>&1 | FileCheck -DLDIR=%t1 -DFDIR=%t2 --check-prefix=CHECK_Z %s
14
+ RUN: %lld -v -dylib -o /dev/null -L%t1 -F%t2 -Z 2>&1 \
15
+ RUN: | FileCheck -DLDIR=%t1 -DFDIR=%t2 --check-prefix=CHECK_Z %s
14
16
CHECK_Z: Library search paths:
15
17
CHECK_Z-NEXT: [[LDIR]]
16
18
CHECK_Z-NEXT: Framework search paths:
You can’t perform that action at this time.
0 commit comments