You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new SBExpressionOptions::SetLanguage() API (NFCI) (llvm#89981)
that separates out language and version. To avoid reinventing the wheel
and introducing subtle incompatibilities, this API uses the table of
languages and versiond defined by the upcoming DWARF 6 standard
(https://dwarfstd.org/languages-v6.html). While the DWARF 6 spec is not
finialized, the list of languages is broadly considered stable.
The primary motivation for this is to allow the Swift language plugin to
switch between language dialects between, e.g., Swift 5.9 and 6.0 with
out introducing a ton of new language codes. On the main branch this
change is considered NFC.
Depends on llvm#89980
(cherry picked from commit 975eca0)
Conflicts:
lldb/packages/Python/lldbsuite/test/dotest_args.py
lldb/source/Commands/CommandObjectDWIMPrint.cpp
lldb/source/Expression/UserExpression.cpp
(cherry picked from commit 811bc94)
0 commit comments