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
`Target::FindLoadAddrForNameInSymbolsAndPersistentVariables` has been
split into `Target::FindLoadAddrForNameInSymbols` and
`Target::FindLoadAddrForNameInPersistentVariables`. Instead of
performing both searches in one function,
`Target::FindLoadAddrForNameInSymbolsAndPersistentVariables` will call
its constituent functions.
This allows `SwiftLanguageRuntime::FindSymbolForSwiftObject` to look for symbols
with `Target::FindLoadAddrForNameInSymbols` instead of performing this
search on its own.
rdar://32228544
0 commit comments