summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/value
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-03-05 12:51:20 +0000
committerPavel Labath <pavel@labath.sk>2019-03-05 12:51:20 +0000
commita55999301e2169905ff2359fa17584df05378a01 (patch)
treedf4890a4d9a86d86e39b049b47abd8e7b6f20e82 /lldb/packages/Python/lldbsuite/test/python_api/value
parent826624f00a8c2fb5b65830aeb421d8fe38c5ea0e (diff)
downloadbcm5719-llvm-a55999301e2169905ff2359fa17584df05378a01.tar.gz
bcm5719-llvm-a55999301e2169905ff2359fa17584df05378a01.zip
One more UserIDResolver fix
The intention in r355323 has been to implement a no-op resolver in the HostInfoBase class, which will then be shadowed a an implementation in the HostInfoPosix class. However, I add the shadowing declaration in HostInfoPosix.h, and instead had implemented the HostInfoBase function in HostInfoPosix.cpp. This has lead to undefined symbols on windows, and a subsequent implementation of a no-op resolver in HostInfoWindows (r355329). Since now there is no point on having a no-op resolver in the base class, I just remove the base declaration altogether, and have HostInfoPosix implement the (newly-declared) HostInfoPosix version of that function. llvm-svn: 355398
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud