diff options
author | Sanjay Patel <spatel@rotateright.com> | 2017-11-02 20:39:26 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2017-11-02 20:39:26 +0000 |
commit | c5c8207eae3486efe07aecf34daafff1b14c06c3 (patch) | |
tree | 1f026b0679a7e11ffe0760ec056ab5867800d769 /lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py | |
parent | c542c3e0ec8430835c3a777ceaa1e741d5d93eb6 (diff) | |
download | bcm5719-llvm-c5c8207eae3486efe07aecf34daafff1b14c06c3.tar.gz bcm5719-llvm-c5c8207eae3486efe07aecf34daafff1b14c06c3.zip |
[CodeGen] fix const-ness of builtin equivalents of <math.h> and <complex.h> functions that might set errno
This just makes const-ness of the builtins match const-ness of their lib function siblings.
We're deferring fixing some of these that are obviously wrong to follow-up patches.
Hopefully, the bugs are visible in the new test file (added at rL317220).
As the description in Builtins.def says: "e = const, but only when -fmath-errno=0".
This is step 2 of N to fix builtins and math calls as discussed in D39204.
Differential Revision: https://reviews.llvm.org/D39481
llvm-svn: 317265
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py')
0 files changed, 0 insertions, 0 deletions