1 RUN: llvm-config --libs core support 2>&1 | FileCheck %s 2 CHECK: LLVMCore 3 CHECK: LLVMSupport 4 CHECK-NOT: error 5 CHECK-NOT: warning 6