<div dir="ltr">Hi,<div><br></div><div>i'm currently working on an LLDB-based debugger for a custom JVM that uses LLVM for AOT compilation, emitting proper DWARF information.</div><div><br></div><div>I have to be able to evaluate expressions to call into a few VM functions in the inferior. When working with a debug build of LLDB, expression evaluation works as expected. However, when working with release builds of LLDB, i get the following error:</div><div><br></div><div>"Couldn't find $__lldb_objc_object_check() in the module"<br></div><div><br></div><div>The flags to compile LLDB via CMake are as follows:</div><div><br></div><div>cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86,ARM -DCMAKE_INSTALL_PREFIX=somedir/ ../extllvm/<br></div><div><br></div><div>The resulting .dylib does not contain the "$__lldb_objc_object_check" symbol. The debug binary doesn't contain the symbol either.</div><div><br></div><div>I use a snapshot of LLDB and LLVM/Clang from the 11th of August. I'm building this on Mac OS X. It seems that the issue is related to ObjectiveC dynamic values, which we do not require in our project. Maybe there is a way to turn that feature off?</div><div><br></div><div>I'd be greatful for any hints.</div><div><br></div><div>Thanks,</div><div>Mario</div></div>