diff options
author | Ayke van Laethem <aykevanlaethem@gmail.com> | 2020-04-15 15:32:58 +0200 |
---|---|---|
committer | Ayke van Laethem <aykevanlaethem@gmail.com> | 2020-04-15 23:44:51 +0200 |
commit | d9e5691843a932a6c0633fa6f07bc084dcfd4a93 (patch) | |
tree | 5c7658d56d27daef2df51ec2dbe8051b5227b0ca /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 215dc2e203341f7d1edc4c4a191b048af4ace43d (diff) | |
download | llvm-d9e5691843a932a6c0633fa6f07bc084dcfd4a93.zip llvm-d9e5691843a932a6c0633fa6f07bc084dcfd4a93.tar.gz llvm-d9e5691843a932a6c0633fa6f07bc084dcfd4a93.tar.bz2 |
[builtins] Fix unprototypes function declaration
The following declarations were missing a prototype:
FE_ROUND_MODE __fe_getround();
int __fe_raise_inexact();
Discovered while fixing a bug in Clang related to unprototyped function
calls (see the previous commit).
Differential Revision: https://reviews.llvm.org/D78205
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions