[Lldb-commits] [PATCH] D30574: Android.rules: add support for clang compiler

2017-03-07 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL297145: Android.rules: add support for clang compiler (authored by labath). Changed prior to commit: https://reviews.llvm.org/D30574?vs=90477&id=90850#toc Repository: rL LLVM https://reviews.llvm.or

[Lldb-commits] [PATCH] D30574: Android.rules: add support for clang compiler

2017-03-03 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added a subscriber: srhines. building executables with the NDK clang requires -target and -gcc-toolchain arguments. https://reviews.llvm.org/D30574 Files: packages/Python/lldbsuite/test/make/Android.rules packages/Python/lldbsuite/test/make/Makefile.rule