Split out from D40559 as requested.
This adds a --no-entry argument to LLD, used to suppress the default _start entrypoint.
Differential D40725
Wasm entrypoint changes #3 (add --no-entry argument to LLD) ncw on Dec 1 2017, 7:01 AM. Authored by
Details Split out from D40559 as requested. This adds a --no-entry argument to LLD, used to suppress the default _start entrypoint.
Diff Detail
Event Timeline
Comment Actions Feedback addressed.
Comment Actions LGTM - with a couple more comments.
Comment Actions Oops, OK, I've removed the use of Optional<StringRef> for Config::Entry. The diff is shorter now, and should hopefully be good to go.
Comment Actions Updated with Rui's changes (all pretty minor). Rebased, OK to apply directly to master. Thanks for being patient reviewing all these patches!
Comment Actions LGTM Thank you for making the change. As to the empty string handling, I wanted to make it consistent with other ports, and we in general don't write much code for edge cases to keep the code straightforward.
|