mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01: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
|