This is an archive of the discontinued LLVM Phabricator instance.

[libc] move strdup out of requiring SCUDO
ClosedPublic

Authored by michaelrj on Jan 12 2022, 11:59 AM.

Details

Summary

strdup needs either scudo enabled or fullbuild disabled, this properly
adds the second condition

Diff Detail

Event Timeline

michaelrj created this revision.Jan 12 2022, 11:59 AM
michaelrj requested review of this revision.Jan 12 2022, 11:59 AM
sivachandra accepted this revision.Jan 14 2022, 12:51 AM
This revision is now accepted and ready to land.Jan 14 2022, 12:51 AM
lntue accepted this revision.Jan 14 2022, 6:19 AM
This revision was automatically updated to reflect the committed changes.