[PATCH] D158476: [driver] Search for compatible Android runtime directories
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 21 19:37:29 PDT 2023
MaskRay added a comment.
> // Android target triples contain a target version. If we don't have libraries for the exact target version, we should fall back to the next newest version or a versionless path, if any.
An Android maintainer can override my opinion but my feeling is that this ad-hoc rule probably should be the responsibility of the file hierarchy instead of clangDriver.
This can be implemented by adding symlinks in the file hierarchy.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158476/new/
https://reviews.llvm.org/D158476
More information about the cfe-commits
mailing list