diff options
author | Chris Lattner <sabre@nondot.org> | 2010-08-07 00:20:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-08-07 00:20:46 +0000 |
commit | 93a00357f2795404c6709d9e06b4f717c82e6efb (patch) | |
tree | 990c220acb334c83f65ada116890dca1677059b7 /lib/CodeGen/CodeGenModule.h | |
parent | 647c8b32c2a6e38ee44dde1782a629e9c03786e2 (diff) |
Correct -ftrapv to trap on errors, instead of calling the
__overflow_handler entrypoint that David Chisnall made up.
Calling __overflow_handler is not part of the contract of
-ftrapv provided by GCC, and should never have been checked
in in the first place.
According to:
http://permalink.gmane.org/gmane.comp.compilers.clang.devel/8699
David is using this for some of arbitrary precision integer stuff
or something, which is not an appropriate thing to implement on
this.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110490 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions