bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-config/libs.test
2025-02-14 19:21:04 +01:00

5 lines
145 B
Text

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