This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Guard libstdc++ specific 'frame var' test
ClosedPublic

Authored by kastiglione on Jan 9 2022, 3:05 PM.

Details

Summary

While working on D116788 (properly error out of frame var), this libstdc++
specific frame var invocation was found in the tests. This test is in the
generic directory, but has this one case that requires libstdc++. The fix here
is to put the one expect() inside of a condition that checks for libstdc++.

Diff Detail

Event Timeline

kastiglione requested review of this revision.Jan 9 2022, 3:05 PM
kastiglione created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2022, 3:05 PM
This revision is now accepted and ready to land.Jan 9 2022, 9:18 PM
This revision was automatically updated to reflect the committed changes.