Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-config] Fix cflags test looking for "warning" | Ben Langmuir | 2017-05-30 | 1 | -1/+1 |
| | | | | | | | | This will fail if you configure with e.g. -Wno-unknown-warning-option. Change it to check for 'warning:' just like we did for 'error:' in r289484. llvm-svn: 304239 | ||||
* | [llvm-config] Fix cflags test looking for "error" | Chris Bieneman | 2016-12-12 | 1 | -1/+1 |
| | | | | | | This test is (I think) actually trying to make sure no errors are printed, but it hits on the string "error" in flags. llvm-svn: 289484 | ||||
* | llvm-config: Add preliminary Windows support | Ehsan Akhgari | 2016-02-09 | 1 | -0/+7 |
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 |