[PATCH] D39588: Distro: initial support for alpine

2018-12-22 Thread Michał Górny via Phabricator via cfe-commits
mgorny added a comment. Herald added a subscriber: llvm-commits. I'm sorry for being late to the party but could you update `unittests/Driver/DistroTest.cpp` as well? Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D39588/new/ https://reviews.llvm.org/D39588

[PATCH] D39588: Distro: initial support for alpine

2017-11-18 Thread Martell Malone via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL318608: [Driver] add initial support for alpine linux (authored by martell). Changed prior to commit: https://reviews.llvm.org/D39588?vs=121462=123488#toc Repository: rL LLVM

[PATCH] D39588: Distro: initial support for alpine

2017-11-16 Thread Reid Kleckner via Phabricator via cfe-commits
rnk accepted this revision. rnk added a comment. This revision is now accepted and ready to land. lgtm Repository: rL LLVM https://reviews.llvm.org/D39588 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D39588: Distro: initial support for alpine

2017-11-08 Thread Martell Malone via Phabricator via cfe-commits
martell added a comment. @rnk ping. Feel free to add anyone you think might be more suitable if you can't review this. Repository: rL LLVM https://reviews.llvm.org/D39588 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D39588: Distro: initial support for alpine

2017-11-03 Thread Martell Malone via Phabricator via cfe-commits
martell updated this revision to Diff 121462. martell edited the summary of this revision. Repository: rL LLVM https://reviews.llvm.org/D39588 Files: include/clang/Driver/Distro.h lib/Driver/Distro.cpp lib/Driver/ToolChains/Linux.cpp test/Driver/pic.c Index: test/Driver/pic.c

[PATCH] D39588: Distro: initial support for alpine

2017-11-02 Thread Martell Malone via Phabricator via cfe-commits
martell created this revision. Add alpine linux as a distro. We support building for musl since https://reviews.llvm.org/rL292848. Let's add this important docker / kubernetes empowering distro. Some bits are still missing but this is a good base. Repository: rL LLVM