diff options
author | Jim Ingham <jingham@apple.com> | 2015-10-12 19:11:03 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2015-10-12 19:11:03 +0000 |
commit | c60963c6c7b4338ce6fa17bf29d1231972afe2cd (patch) | |
tree | d9ec9fe78017dc8512a75ef54a875e9752e46ecb /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1fd2f08ea9c16cabd3b551af40def8c7854dde67 (diff) | |
download | llvm-c60963c6c7b4338ce6fa17bf29d1231972afe2cd.zip llvm-c60963c6c7b4338ce6fa17bf29d1231972afe2cd.tar.gz llvm-c60963c6c7b4338ce6fa17bf29d1231972afe2cd.tar.bz2 |
Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallPOSIX. It was
set to true, but all plans run by RunThreadPlan need to have this set to false so they will
return control to RunThreadPlan without consulting plans higher on the stack.
Since this seems like a common error, I also modified RunThreadPlan to enforce this behavior.
<rdar://problem/22543166>
llvm-svn: 250084
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions