Unverified Commit 915c84b1 authored by Pavel Labath's avatar Pavel Labath Committed by GitHub
Browse files

[lldb] Fix evaluation of expressions with static initializers (#89063)

After 281d7160, llvm generates 32-bit
relocations, which overflow when we load these objects into high memory.
Interestingly, setting the code model to "large" does not help here
(perhaps it is the default?). I'm not completely sure that this is the
right thing to do, but it doesn't seem to cause any ill effects. I'll
follow up with the author of that patch about the expected behavior
here.
parent 86a78284
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment