[Lldb-commits] [PATCH] D30737: Android.rules: Add libc++ support

2017-03-13 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL297616: Android.rules: Add libc++ support (authored by labath). Changed prior to commit: https://reviews.llvm.org/D30737?vs=91018&id=91540#toc Repository: rL LLVM https://reviews.llvm.org/D30737 Fi

[Lldb-commits] [PATCH] D30737: Android.rules: Add libc++ support

2017-03-08 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added a subscriber: srhines. Herald added a reviewer: EricWF. This adds support for building libc++ tests when targetting android. The tests are still not passing due to several other problems, but this way we can at least build them. https://reviews.llvm.org