This is an archive of the discontinued LLVM Phabricator instance.

[lldb][nfc] Remove unused makefile test variables
ClosedPublic

Authored by fdeazeve on Aug 24 2022, 12:59 PM.

Details

Summary

The variables LLDB_USING_LIBSTDCPP and LLDB_USING_LIBSTDCPP are no
longer used anywhere.

Diff Detail

Event Timeline

fdeazeve created this revision.Aug 24 2022, 12:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2022, 12:59 PM
fdeazeve requested review of this revision.Aug 24 2022, 12:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2022, 12:59 PM
JDevlieghere accepted this revision.Aug 24 2022, 6:08 PM

LGTM, I meant to remove those in a previous patch. Thanks for following up on that.

This revision is now accepted and ready to land.Aug 24 2022, 6:08 PM
fdeazeve updated this revision to Diff 455523.Aug 25 2022, 3:39 AM

Fixed typo in commit message

This revision was landed with ongoing or failed builds.Aug 25 2022, 3:40 AM
This revision was automatically updated to reflect the committed changes.