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
[lldb] Re-arrange some Apple-only code to prevent merge conflicts
There are some Apple-only changes that add an extra parameter to
`TypeSystemMap::GetTypeSystemForLanguage`. Add a separate method instead
(similar to `TypeSystem::CreateInstance`) and surround the code in
`BEGIN/END APPLE` blocks to make it clear they are Apple-only changes.
This also fixes compilation failures in
`lldb/unittests/Symbol/TestTypeSystem.cpp` since that can now use the
regular method instead.
0 commit comments