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
- Build Status
Buildable 7427 Build 7427: arc lint + arc unit
Event Timeline
Comment Actions
Yeah, it is really much simpler. I like this approach. Minor nits.
lld/ELF/Driver.cpp | ||
---|---|---|
926 | 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 | You do not need main, because linking DSO. call fn@PLT Is enough here. |
lld/ELF/Driver.cpp | ||
---|---|---|
926 | I could, but I don't see a need to do that, so I'll keep it as simple as possible. |
I wonder, does it make sence to report a warning if "ALL" is not along in a list or
used mixed with other names ? That may prevent a mistake, probably.