diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-03-30 23:39:56 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-03-30 23:39:56 +0000 |
commit | 8d662441a6a50530d7779e815df14c0426deb8e3 (patch) | |
tree | 7792e1c3792a38ae86bc2b93291e5662a3b63049 /lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py | |
parent | 6596977130f9fb5179b16d3c3c291c69efd627bb (diff) | |
download | bcm5719-llvm-8d662441a6a50530d7779e815df14c0426deb8e3.tar.gz bcm5719-llvm-8d662441a6a50530d7779e815df14c0426deb8e3.zip |
Fix deduction of __atomic_load's parameter types.
Summary:
__atomic_load's allows it's first argument to be a pointer to a const type. However the second argument is an output parameter and must be a pointer to non-const.
This patch fixes the signature of __atomic_load generated by clang so that it respects the above requirements.
Reviewers: rsmith, majnemer
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D13420
llvm-svn: 264967
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py')
0 files changed, 0 insertions, 0 deletions