Home | History | Annotate | Download | only in llvm-config
      1 RUN: llvm-config --system-libs 2>&1 | FileCheck %s
      2 REQUIRES: system-windows
      3 CHECK-NOT: -l
      4 CHECK: psapi.lib shell32.lib ole32.lib uuid.lib
      5 CHECK-NOT: error
      6 CHECK-NOT: warning
      7