forked from OSchip/llvm-project
12 lines
382 B
YAML
12 lines
382 B
YAML
|
# RUN: lld -flavor darwin -arch x86_64 -r -test_libresolution \
|
||
|
# RUN: -path_exists /usr/lib \
|
||
|
# RUN: -path_exists /usr/local/lib \
|
||
|
# RUN: -path_exists /usr/lib/libSystem.dylib \
|
||
|
# RUN: -lSystem \
|
||
|
# RUN: 2>&1 | FileCheck %s
|
||
|
|
||
|
# CHECK: Library search paths:
|
||
|
# CHECK: /usr/lib
|
||
|
# CHECK: /usr/local/lib
|
||
|
# CHECK: Found library /usr/lib/libSystem.dylib
|