[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-config / libs.test
blob25efa8ce7c05bcbcab3fa4568b02a2e6586892a9
1 RUN: llvm-config --ignore-libllvm --libs core support 2>&1 | FileCheck %s
2 CHECK: LLVMCore
3 CHECK: LLVMSupport
4 CHECK-NOT: error
5 CHECK-NOT: warning