diff options
author | Pavel Labath <pavel@labath.sk> | 2019-03-05 12:51:20 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-03-05 12:51:20 +0000 |
commit | a55999301e2169905ff2359fa17584df05378a01 (patch) | |
tree | df4890a4d9a86d86e39b049b47abd8e7b6f20e82 /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py | |
parent | 826624f00a8c2fb5b65830aeb421d8fe38c5ea0e (diff) | |
download | bcm5719-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/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions