Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-config] Add --ignore-libllvm | Chris Bieneman | 2016-12-13 | 1 | -1/+1 |
| | | | | | | This flag forces off linking libLLVM. This should resolve some issues reported on llvm-commits. llvm-svn: 289605 | ||||
* | Fix a test added in r260263 | Ehsan Akhgari | 2016-02-09 | 1 | -1/+1 |
| | | | | llvm-svn: 260280 | ||||
* | llvm-config: Add preliminary Windows support | Ehsan Akhgari | 2016-02-09 | 1 | -0/+5 |
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 |