v.g.vassilev abandoned this revision.
v.g.vassilev added a comment.
Thanks for following this up. I will close it.
https://reviews.llvm.org/D25604
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo
teemperor added a comment.
I just tested this on Mageia and this patch is superseded by now (it was
originally written in 2013). The latest clang release is already able to
correctly handle Mageia.
(Also there is anyway comma missing at the end of each line)
https://reviews.llvm.org/D25604
chandlerc requested changes to this revision.
chandlerc added a comment.
This revision now requires changes to proceed.
Please add a stub tree and tests. You can find similar tests for other Linux
distros in 'tests/Driver'.
https://reviews.llvm.org/D25604
v.g.vassilev removed rL LLVM as the repository for this revision.
v.g.vassilev updated this revision to Diff 75868.
v.g.vassilev added a comment.
Add another triple we use.
https://reviews.llvm.org/D25604
Files:
lib/Driver/ToolChains.cpp
Index: lib/Driver/ToolChains.cpp
v.g.vassilev created this revision.
v.g.vassilev added reviewers: chandlerc, rsmith.
v.g.vassilev added a subscriber: cfe-commits.
v.g.vassilev set the repository for this revision to rL LLVM.
Repository:
rL LLVM
https://reviews.llvm.org/D25604
Files:
lib/Driver/ToolChains.cpp
Index: lib/D