This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Use the per-API level Android library directories.
ClosedPublic

Authored by danalbert on Apr 4 2018, 2:34 PM.

Details

Summary

Android sysroots contain libraries for each OS version, as well as a
handful of unversioned libraries in the typical multiarch directory.

Diff Detail

Repository
rL LLVM

Event Timeline

danalbert created this revision.Apr 4 2018, 2:34 PM
eugenis accepted this revision.Apr 12 2018, 5:01 PM

LGTM (did not check the tests).

lib/Driver/ToolChains/Linux.cpp
25 ↗(On Diff #141062)

I don't see why this include is necessary.

This revision is now accepted and ready to land.Apr 12 2018, 5:01 PM
danalbert marked an inline comment as done.Apr 17 2018, 1:18 PM
danalbert added inline comments.
lib/Driver/ToolChains/Linux.cpp
25 ↗(On Diff #141062)

llvm::to_string

danalbert marked 2 inline comments as done.Apr 17 2018, 1:19 PM
This revision was automatically updated to reflect the committed changes.