xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/linker-opts.c (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
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