The --exclude-libs option is not a popular option, but at least some
programs in Android depend on it, so it's worth to support it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Yeah, it is really much simpler. I like this approach. Minor nits.
lld/ELF/Driver.cpp | ||
---|---|---|
926 ↗ | (On Diff #103271) | I wonder, does it make sence to report a warning if "ALL" is not along in a list or |
lld/test/ELF/exclude-libs.s | ||
30 ↗ | (On Diff #103271) | You do not need main, because linking DSO. call fn@PLT Is enough here. |
lld/ELF/Driver.cpp | ||
---|---|---|
926 ↗ | (On Diff #103271) | I could, but I don't see a need to do that, so I'll keep it as simple as possible. |