This is an archive of the discontinued LLVM Phabricator instance.

[libc][obvious] fix strdup being listed twice
ClosedPublic

Authored by michaelrj on Oct 27 2021, 11:12 AM.

Details

Summary

strdup was being included even if malloc wasn't and that was causing
a build failure.

Diff Detail

Event Timeline

michaelrj created this revision.Oct 27 2021, 11:12 AM
michaelrj requested review of this revision.Oct 27 2021, 11:12 AM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 27 2021, 11:13 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.