]> granicus.if.org Git - clang/commit
Revise r110163: don't mark weak functions nounwind, because the optimizer
authorJohn McCall <rjmccall@apple.com>
Wed, 11 Aug 2010 22:38:33 +0000 (22:38 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 11 Aug 2010 22:38:33 +0000 (22:38 +0000)
commitb3a29f132794f67108bccc9c7cc3795365e8a965
tree4ec3011478e15f64e4a7ab4f4eb5d54c2ebf527d
parent2577743c5650c646fb705df01403707e94f2df04
Revise r110163: don't mark weak functions nounwind, because the optimizer
treats that as a contract to be fulfilled by any replacements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110864 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp
test/CodeGen/unwind-attr.c