Files
linux-packaging-mono/external/llvm-project/llvm/test/tools/llvm-config/ldflags.test

6 lines
113 B
Plaintext
Raw Normal View History

RUN: llvm-config --ldflags 2>&1 | FileCheck %s
CHECK: -L
CHECK: {{[/\\]}}lib
CHECK-NOT: error
CHECK-NOT: warning