This is an archive of the discontinued LLVM Phabricator instance.

[lldb-tests] Add libcxx version check for regex tests
ClosedPublic

Authored by fdeazeve on Oct 18 2022, 6:17 AM.

Details

Summary

Regex requires the c++20 flag, which was not introduced available prior
to Clang 11.

Diff Detail

Event Timeline

fdeazeve created this revision.Oct 18 2022, 6:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2022, 6:17 AM
fdeazeve requested review of this revision.Oct 18 2022, 6:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2022, 6:17 AM
Michael137 accepted this revision.Oct 18 2022, 6:22 AM
This revision is now accepted and ready to land.Oct 18 2022, 6:22 AM
aprantl accepted this revision.Oct 18 2022, 8:51 AM
This revision was automatically updated to reflect the committed changes.