]> granicus.if.org Git - clang/commit
The size of struct UnwindException varies by platform with no
authorJohn McCall <rjmccall@apple.com>
Tue, 30 Aug 2011 01:42:09 +0000 (01:42 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 30 Aug 2011 01:42:09 +0000 (01:42 +0000)
commit49e34be6ae0c25b9843610cdd2fd6fea9cd8b870
treeb43d54c93ce7a50de7738efa2d37cce660834d7b
parent2148011bffc011f8e5f5b6dc1e312fa4afbc10a9
The size of struct UnwindException varies by platform with no
apparent general rule.  Just special-case it as appropriate.
PR10789.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138792 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
lib/CodeGen/TargetInfo.h
test/CodeGenCXX/sizeof-unwind-exception.cpp [new file with mode: 0644]