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 | 8139c98cf983be08348ea4c7eb7e24b4016279ee (patch) | |
tree | 301ef6835c9cad5703a110f95b81aa4fac6769a7 /llvm/lib/CodeGen/MachineModuleInfoImpls.cpp | |
parent | 03986077144c2c88b413e3891ee8ee202d56605c (diff) | |
download | bcm5719-llvm-8139c98cf983be08348ea4c7eb7e24b4016279ee.tar.gz bcm5719-llvm-8139c98cf983be08348ea4c7eb7e24b4016279ee.zip |
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.
llvm-svn: 110490
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp')
0 files changed, 0 insertions, 0 deletions