mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
It seems that when trying to link the lldb library explicitly, the inlined default constructor cannot find the vtable for the class. This patch fixes this by explicitly declaring a default constructor in `PersistentExpressionState`, and providing the definition in the source file. Differential Revision: https://reviews.llvm.org/D151501
3.0 KiB
3.0 KiB