D153734 forgot to call Platform::SetHostPlatform before
Debugger::CreateInstance. Copy similar code.
https://github.com/llvm/llvm-project/blob/5007c78ce0936824972ec6ba3cfa598192087ee1/lldb/unittests/Expression/DWARFExpressionTest.cpp#L371-L374
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
unit tests pass clean with this patch, thanks! Maybe your mac build wasn't cmake'd with -DLLVM_ENABLE_ASSERTIONS=1 ?
Comment Actions
@jasonmolenda thanks for verifying this! and yes, I didn't realize -DLLVM_ENABLE_ASSERTIONS=1 is missing.