Home | History | Annotate | Download | only in Driver
      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: cygwin,mingw32,win32
      6