diff options
author | Jim Ingham <jingham@apple.com> | 2023-02-28 17:14:46 -0800 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2023-02-28 17:34:49 -0800 |
commit | a92f7832f35c6c4792d8693e724c19802da75b36 (patch) | |
tree | 5f5923b4d91e2be659aa6bf4ca739947dd6618ab /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 740e2e908ca49118a6e1f27e380dbb3665a99cc8 (diff) | |
download | llvm-a92f7832f35c6c4792d8693e724c19802da75b36.zip llvm-a92f7832f35c6c4792d8693e724c19802da75b36.tar.gz llvm-a92f7832f35c6c4792d8693e724c19802da75b36.tar.bz2 |
Fix the run locker setting for async launches that don't stop at the
initial stop. The code was using PrivateResume when it should have
used Resume.
This was allowing expression evaluation while the target was running,
and though that was caught a litle later on, we should never have gotten
that far. To make sure that this is caught immediately I made an error
SBValue when this happens, and test that we get this error.
Differential Revision: https://reviews.llvm.org/D144665
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions