1# RUN: ld64.lld -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: ld64.lld -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 19