================
@@ -71,7 +70,7 @@ class LLDB_API SBExpressionOptions {
/// Set the language using a pair of language code and version as
/// defined by the DWARF 6 specification.
/// WARNING: These codes may change until DWARF 6 is finalized.
- void SetLanguage(lldb::SBSourceLanguageName name, uint32_t version);
+ void SetLanguage(lldb::SourceLanguageName name, uint32_t version);
----------------
bulbazord wrote:
ABI break: Symbol changes names from
`_ZN4lldb19SBExpressionOptions11SetLanguageENS_20SBSourceLanguageNameEj` to
`_ZN4lldb19SBExpressionOptions11SetLanguageENS_18SourceLanguageNameEj`
https://github.com/llvm/llvm-project/pull/111929
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits