This is an archive of the discontinued LLVM Phabricator instance.

[aarch64] use clone(SIGCHLD, 0) instead of fork()
ClosedPublic

Authored by garious on May 23 2014, 3:53 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

garious updated this revision to Diff 9781.May 23 2014, 3:53 PM
garious retitled this revision from to [aarch64] use clone(SIGCHLD, 0) instead of fork().
garious updated this object.
garious edited the test plan for this revision. (Show Details)
garious added a reviewer: kcc.
garious added a subscriber: Unknown Object (MLST).
kcc accepted this revision.May 26 2014, 1:01 AM
kcc edited edge metadata.

LGTM (assuming you've tested in x86_64 linux)

This revision is now accepted and ready to land.May 26 2014, 1:01 AM
garious closed this revision.May 26 2014, 4:52 PM
garious updated this revision to Diff 9817.

Closed by commit rL209641 (authored by @garious).