hanchenye-llvm-project/llvm/test/tools/llvm-config/libs.test

6 lines
145 B
Plaintext

RUN: llvm-config --ignore-libllvm --libs core support 2>&1 | FileCheck %s
CHECK: LLVMCore
CHECK: LLVMSupport
CHECK-NOT: error
CHECK-NOT: warning