blob: 85c04f570722efc951b578bcbfec7ef7d6f93294 [file] [log] [blame]
Rui Ueyama07318a52018-02-16 21:16:57 +00001# RUN: ld64.lld -test_file_usage \
Nick Kledzik280c1112014-08-15 19:53:41 +00002# 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#
Rui Ueyama07318a52018-02-16 21:16:57 +00008# RUN: ld64.lld -test_file_usage -t \
Nick Kledzik280c1112014-08-15 19:53:41 +00009# 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