summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-02-16 12:13:30 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-02-16 12:13:30 +0000
commit913f07af6e467529ec2a10f6fe88042f461ee330 (patch)
tree3f02a69e9c4bbb0eec3434351a523a43d28da93f /llvm/docs/ProgrammersManual.rst
parent87992de487362c64720710caaa14f404e06746c6 (diff)
downloadbcm5719-llvm-913f07af6e467529ec2a10f6fe88042f461ee330.tar.gz
bcm5719-llvm-913f07af6e467529ec2a10f6fe88042f461ee330.zip
Fix TestDataFormatterLibcxxListLoop.py test
Summary: The compilation of the TestDataFormatterLibcxxListLoop.py currently fails with this error: ``` functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/main.cpp:19:24: error: no member named '__value_' in 'std::__1::__list_node_base<int, void *>' assert(third_elem->__value_ == 3); ~~~~~~~~~~ ^ ``` It seems the internal structure of list has changed with the 3.8 release. This patch makes the test compile with the current libc++ and with the previous libc++. Reviewers: shafik, zturner, labath Reviewed By: labath Subscribers: christof, jdoerfert, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D58273 llvm-svn: 354202
Diffstat (limited to 'llvm/docs/ProgrammersManual.rst')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud