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

2016-06-03 Thread Ismail Donmez via cfe-commits
Fixed in r271689. On Fri, Jun 3, 2016 at 9:55 AM, Ismail Donmez wrote: > This is due to lib vs lib64. Will fix. Sorry for the wrong diagnosis :) > > On Thu, Jun 2, 2016 at 8:24 PM, Chih-hung Hsieh wrote: >> Ismail, >> I saw that android-ndk-standalone.cpp has already -stdlib=libstdc++. >> Could

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

2016-06-02 Thread Ismail Donmez via cfe-commits
This is due to lib vs lib64. Will fix. Sorry for the wrong diagnosis :) On Thu, Jun 2, 2016 at 8:24 PM, Chih-hung Hsieh wrote: > 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 Th

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

2016-06-02 Thread Chih-hung Hsieh via cfe-commits
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 wrote: > Hi, > > On Wed, Jun 1, 2016 at 11:48 PM, Chih-Hung Hsieh via cfe-commits > wrote: > > Au

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

2016-06-02 Thread Ismail Donmez via cfe-commits
Hi, On Wed, Jun 1, 2016 at 11:48 PM, Chih-Hung Hsieh via cfe-commits 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 an

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

2016-06-01 Thread Chih-Hung Hsieh via cfe-commits
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 archite