mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-30 08:25:08 +00:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
RUN: llvm-config --ldflags 2>&1 | FileCheck %s
|
||
|
CHECK: -L
|
||
|
CHECK: {{[/\\]}}lib
|
||
|
CHECK-NOT: error
|
||
|
CHECK-NOT: warning
|