Commit Graph

5 Commits

Author SHA1 Message Date
Ehsan Akhgari
e5aba2bcf6 Disable all llvm-config tests for now, will investigate later
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260386 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-10 17:29:50 +00:00
Ehsan Akhgari
f0f8b1c60d Remove system-libs.test for now
This test fails in the ninja-x64-msvc-RA-centos6 builder, so the
UNSUPPORTED: system-windows condition is insufficient.  Removing it
for now; I will investigate how this can be fixed later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260281 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-09 21:17:58 +00:00
Ehsan Akhgari
4f20943c31 Fix a test added in r260263
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260280 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-09 21:10:22 +00:00
Ehsan Akhgari
5152245647 Fix a typo in r260263
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260269 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-09 20:02:35 +00:00
Ehsan Akhgari
a20946b352 llvm-config: Add preliminary Windows support
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260263 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-09 19:41:14 +00:00