summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-config/cflags.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-config] Fix cflags test looking for "warning"Ben Langmuir2017-05-301-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 Bieneman2016-12-121-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 supportEhsan Akhgari2016-02-091-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
OpenPOWER on IntegriCloud