[all-commits] [llvm/llvm-project] bc0a35: [lldb] Add missing LLDB_REGISTER_CONSTRUCTOR in SB...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Sep 10 18:50:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc0a35f3b7dd45077d16b064c8d5c37e6a907d58
https://github.com/llvm/llvm-project/commit/bc0a35f3b7dd45077d16b064c8d5c37e6a907d58
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M lldb/source/API/SBPlatform.cpp
Log Message:
-----------
[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?")
More information about the All-commits
mailing list