[all-commits] [llvm/llvm-project] c0a972: [lldb][NFC] Move some ctors and tors to cpp files ...
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Fri Sep 22 10:33:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0a9722bd66d3452ba095d9f9ef6ab67b9965c76
https://github.com/llvm/llvm-project/commit/c0a9722bd66d3452ba095d9f9ef6ab67b9965c76
Author: Walter Erquinigo <a20012251 at gmail.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M lldb/include/lldb/Core/UserSettingsController.h
M lldb/include/lldb/Symbol/Function.h
M lldb/source/Core/UserSettingsController.cpp
M lldb/source/Symbol/Function.cpp
Log Message:
-----------
[lldb][NFC] Move some ctors and tors to cpp files (#67165)
This prevents undefined vtable errors when linking these libraries from
out-of-tree. I'm facing this issue as I work on my new language plugin.
More information about the All-commits
mailing list