diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-06-22 18:55:51 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-06-22 18:55:51 +0000 |
commit | ebae85bc4a3119a02255bf75de5b06742627eb7d (patch) | |
tree | 5279e76789d6eec5e78ee1b3efebe5afdb617cf5 /lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/TestInlineNamespace.py | |
parent | a962c1bc0fd12d6666d3ef2eabf58f1df5b69136 (diff) | |
download | bcm5719-llvm-ebae85bc4a3119a02255bf75de5b06742627eb7d.tar.gz bcm5719-llvm-ebae85bc4a3119a02255bf75de5b06742627eb7d.zip |
builtins: relax __iso_volatile_{load,store}32
This is reduced from MSVC's MSVCPRT 14.21.27702 atomic header. Because
Windows is a LLP64 environment, `long`, `long int`, and `int` are all
synonymous. Change the signature for `__iso_volatile_load32` and
`__iso_volatile_store32` to accept a `long int` instead. This allows
an implicit cast of `int` to `long int` while also permitting `long`
to be accepted.
llvm-svn: 364137
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/TestInlineNamespace.py')
0 files changed, 0 insertions, 0 deletions