mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
Linking Release+Asserts executable lldb-gdbserver (without symbols) liblldb.so: undefined reference to `lldb_private::MemoryHistoryASan::Initialize()' liblldb.so: undefined reference to `lldb_private::MemoryHistoryASan::Terminate()' liblldb.so: undefined reference to `vtable for lldb_private::TypeValidatorImpl_CXX' liblldb.so: undefined reference to `lldb_private::TypeValidatorImpl::TypeValidatorImpl(lldb_private::TypeValidatorImpl::Flags const&)' liblldb.so underlinked to lldbPluginMemoryHistoryASan.a when building with the make based build system (as opposed to CMake). llvm-svn: 217360