]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/mach-o/filelist.yaml
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / mach-o / filelist.yaml
1 # RUN: lld -flavor darwin -test_file_usage  \
2 # RUN:    -filelist %p/Inputs/full.filelist \
3 # RUN:        -path_exists /foo/bar/a.o \
4 # RUN:        -path_exists /foo/bar/b.o \
5 # RUN:        -path_exists /foo/x.a \
6 # RUN: 2>&1 | FileCheck %s
7 #
8 # RUN: lld -flavor darwin -test_file_usage -t \
9 # RUN:    -filelist %p/Inputs/partial.filelist,/foo \
10 # RUN:        -path_exists /foo/bar/a.o \
11 # RUN:        -path_exists /foo/bar/b.o \
12 # RUN:        -path_exists /foo/x.a \
13 # RUN: 2>&1 | FileCheck %s
14
15
16 # CHECK: Found filelist entry /foo/bar/a.o
17 # CHECK: Found filelist entry /foo/bar/b.o
18 # CHECK: Found filelist entry /foo/x.a