Mercurial > hg > CbC > CbC_llvm
view lld/test/mach-o/filelist.yaml @ 192:d7606dcf6fce
Added tag llvm10 for changeset 0572611fdcc8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2020 18:01:34 +0900 |
parents | 1d019706d866 |
children | 2e18cbf3894f |
line wrap: on
line source
# RUN: ld64.lld -test_file_usage \ # RUN: -filelist %p/Inputs/full.filelist \ # RUN: -path_exists /foo/bar/a.o \ # RUN: -path_exists /foo/bar/b.o \ # RUN: -path_exists /foo/x.a \ # RUN: 2>&1 | FileCheck %s # # RUN: ld64.lld -test_file_usage -t \ # RUN: -filelist %p/Inputs/partial.filelist,/foo \ # RUN: -path_exists /foo/bar/a.o \ # RUN: -path_exists /foo/bar/b.o \ # RUN: -path_exists /foo/x.a \ # RUN: 2>&1 | FileCheck %s # CHECK: Found filelist entry /foo/bar/a.o # CHECK: Found filelist entry /foo/bar/b.o # CHECK: Found filelist entry /foo/x.a