Rui Ueyama | 07318a5 | 2018-02-16 21:16:57 +0000 | [diff] [blame] | 1 | # RUN: ld64.lld -test_file_usage \ |
Nick Kledzik | 280c111 | 2014-08-15 19:53:41 +0000 | [diff] [blame] | 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 | # |
Rui Ueyama | 07318a5 | 2018-02-16 21:16:57 +0000 | [diff] [blame] | 8 | # RUN: ld64.lld -test_file_usage -t \ |
Nick Kledzik | 280c111 | 2014-08-15 19:53:41 +0000 | [diff] [blame] | 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 |