summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-03-30 23:39:56 +0000
committerEric Fiselier <eric@efcs.ca>2016-03-30 23:39:56 +0000
commit8d662441a6a50530d7779e815df14c0426deb8e3 (patch)
tree7792e1c3792a38ae86bc2b93291e5662a3b63049 /lldb/packages/Python/lldbsuite/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py
parent6596977130f9fb5179b16d3c3c291c69efd627bb (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud