mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
48aefced4b
Summary: This patch adds Windows support for a few of the llvm-config commands, including cflags, ldflags, libs, and system-libs. Currently llvm-config is untested, so this patch adds tests for the commands that it fixes as well. Reviewers: rnk Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D16762 llvm-svn: 260263
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
|