[lldb] Add missing LLDB_REGISTER_CONSTRUCTOR in SBPlatform
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 11 Sep 2020 01:48:24 +0000 (18:48 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 11 Sep 2020 01:50:02 +0000 (18:50 -0700)
commitbc0a35f3b7dd45077d16b064c8d5c37e6a907d58
tree7748bd0888895e89caaa9b6f0b9d201367be4b2c
parent0e47a8d17fe85b4ab810a17cde4178b2729f2363
[lldb] Add missing LLDB_REGISTER_CONSTRUCTOR in SBPlatform

This fixes the following assertion in TestPlatformPython.py.

  Assertion failed: (id != 0 && "Forgot to add function to
  registry?")
lldb/source/API/SBPlatform.cpp