xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/linker-opts.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 // RUN: env LIBRARY_PATH=%T/test1 %clang -x c %s -### 2>&1 | FileCheck %s
2 // CHECK: "-L{{.*}}/test1"
3 
4 // GCC driver is used as linker on cygming. It should be aware of LIBRARY_PATH.
5 // XFAIL: win32
6 // REQUIRES: clang-driver
7