1#
2#
3# RUN: ld64.lld.darwinold -arch x86_64 -r -test_file_usage -v \
4# RUN:        -path_exists /Custom/Frameworks \
5# RUN:        -path_exists /Custom/Frameworks/Bar.framework/Bar \
6# RUN:        -path_exists /usr/lib \
7# RUN:        -path_exists /usr/lib/libfoo.dylib \
8# RUN:        -path_exists /opt/stuff/libstuff.dylib \
9# RUN:        -F/Custom/Frameworks \
10# RUN:        -upward_framework Bar \
11# RUN:        -upward-lfoo \
12# RUN:        -upward_library /opt/stuff/libstuff.dylib \
13# RUN: 2>&1 | FileCheck %s
14
15# CHECK: Found upward framework /Custom/Frameworks/Bar.framework/Bar
16# CHECK: Found upward library /usr/lib/libfoo.dylib
17
18
19