<div dir="ltr">Is anybody using the LLVM/clang/lldb compiled with the MSVC 2019 (x86-32bit) successfully?<div>I am getting crash in SmallVector at multiple places after a llvm:SmallVector is being moved around in move constructor or move operator=.</div><div> Not sure what is going on.</div><div><br></div><div>  ~SmallVectorImpl() {<br>    if (!this->isSmall())<br>      free(this->begin());  // <=== crash here, line 336 SmallVector.h<br>  }<br></div><div><br></div><div>The crash occurs only with clang compile in debug mode. Release mode is fine. </div><div><br></div></div>