This is an archive of the discontinued LLVM Phabricator instance.

Replace calls to 'system' with an error message and abort.
ClosedPublic

Authored by mzolotukhin on Mar 15 2018, 6:36 PM.

Details

Summary

'system' is unavailable on iOS, which causes build failures. These
execution paths are probably never taken anyway (if we hit the abort,
then we'll need to revert this and disable it only on certain
platforms.)

Diff Detail

Repository
rL LLVM

Event Timeline

mzolotukhin created this revision.Mar 15 2018, 6:36 PM

LGTM.

This code is obviously dead.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 22 2018, 4:29 PM
This revision was automatically updated to reflect the committed changes.