[Driver] Use the per-API level Android library directories.Summary:Android sysroots contain libraries for each OS version, as well as ahandful of unversioned libraries in the typical multiarch di
[Driver] Use the per-API level Android library directories.Summary:Android sysroots contain libraries for each OS version, as well as ahandful of unversioned libraries in the typical multiarch directory.Reviewers: srhines, eugenis, george.burgess.ivReviewed By: eugenisSubscribers: javed.absar, cfe-commitsDifferential Revision: https://reviews.llvm.org/D45290llvm-svn: 330213
show more ...
[driver][arm] add armv7 and thumb include and lib pathsAdd a new test android-ndk-standalone.cppwith new Android NDK release tree structure.Detect armv7 sub architecture and thumb mode,to add sy
[driver][arm] add armv7 and thumb include and lib pathsAdd a new test android-ndk-standalone.cppwith 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/D20600llvm-svn: 271427