This is an archive of the discontinued LLVM Phabricator instance.

Pass through even more LIBCXX_* variables to libfuzzer's custom lib++
ClosedPublic

Authored by ccross on Jun 15 2022, 3:53 PM.

Details

Summary

Similar to D120946, pass LIBCXX_HAS_GCC_S_LIB and LIBCXX_USE_COMPILER_RT
through to the custom lib++ builds so that libfuzzer doesn't end up with
a .deplibs section that links against those libraries when the
variables are set to false.

Diff Detail

Event Timeline

ccross created this revision.Jun 15 2022, 3:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 3:53 PM
Herald added subscribers: Enna1, mgorny. · View Herald Transcript
ccross requested review of this revision.Jun 15 2022, 3:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 3:53 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
phosek accepted this revision.Jun 15 2022, 3:57 PM

LGTM

This revision is now accepted and ready to land.Jun 15 2022, 3:57 PM
This revision was landed with ongoing or failed builds.Jun 15 2022, 7:07 PM
This revision was automatically updated to reflect the committed changes.