diff options
author | John McCall <rjmccall@apple.com> | 2010-07-31 23:20:56 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-07-31 23:20:56 +0000 |
commit | 87bb5822bfa4baea23a3d9273df266777f3ab796 (patch) | |
tree | 130bcc2d8f166b2b560c377d69871f4aea97d7ad /lib/Frontend/CompilerInvocation.cpp | |
parent | f9ae8f9f763377eb8657a3023616a701f820a185 (diff) |
Fix fragile-ABI ObjC exceptions in the presence of optimization with
the magic of inline assembly. Essentially we use read and write hazards
on the set of local variables to force flushing locals to memory
immediately before any protected calls and to inhibit optimizing locals
across the setjmp->catch edge. Fixes rdar://problem/8160285
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions