Home | History | Annotate | Download | only in llvm-config
      1 RUN: llvm-config --link-static --system-libs 2>&1 | FileCheck %s
      2 REQUIRES: static-libs
      3 UNSUPPORTED: system-windows
      4 CHECK: -l
      5 CHECK-NOT: error
      6 CHECK-NOT: warning
      7