Details
Details
- Reviewers
vitalybuka - Commits
- rG707d69ff3230: Use LLD for Android compiler-rt
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
updated diff
compiler-rt/test/lit.common.cfg.py | ||
---|---|---|
62–63 | But there should not be a time where config.android and not config.use_lld |
Comment Actions
Would it be better/easier if we just change the default in the Clang driver at this point to use LLD for Android triples? I believe Dan has patches for doing that which we hadn't submitted yet (because we only recently made it the NDK default).
if (config.use_lld) ?