r271427 - [driver][arm] add armv7 and thumb include and lib paths

Chih-hung Hsieh via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 2 10:24:15 PDT 2016


Ismail,
I saw that android-ndk-standalone.cpp has already -stdlib=libstdc++.
Could you tell me or just go ahead and make the necessary change?
Thanks.


On Thu, Jun 2, 2016 at 9:52 AM, Ismail Donmez <ismail at i10z.com> wrote:

> Hi,
>
> On Wed, Jun 1, 2016 at 11:48 PM, Chih-Hung Hsieh via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
> > Author: chh
> > Date: Wed Jun  1 15:48:46 2016
> > New Revision: 271427
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=271427&view=rev
> > Log:
> > [driver][arm] add armv7 and thumb include and lib paths
> >
> > Add a new test android-ndk-standalone.cpp
> > with new Android NDK release tree structure.
> > Detect armv7 sub architecture and thumb mode,
> > to add system include and link search paths.
> >
> > Differential Revision: http://reviews.llvm.org/D20600
> >
>
> android-ndk-standalone.cpp needs -stdlib=libstdc++ to fix test on
> libc++ default systems.
>
> ismail
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160602/28db414f/attachment.html>


More information about the cfe-commits mailing list