diff options
| author | Emre Kultursay <emrekultursay@google.com> | 2022-03-03 08:47:26 -0800 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2022-03-03 08:48:16 -0800 |
| commit | 71e278805a7232826f27be081d036ca3f1c85d65 (patch) | |
| tree | 6cbcbb00798351d1130d58acde6f8003bad2d0f4 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | 139215af8e33079a51c95d17a11c42603961d901 (diff) | |
| download | llvm-71e278805a7232826f27be081d036ca3f1c85d65.zip llvm-71e278805a7232826f27be081d036ca3f1c85d65.tar.gz llvm-71e278805a7232826f27be081d036ca3f1c85d65.tar.bz2 | |
[lldb] Fix DataExtractor symbol conflict
There are two DataExtractors in scope: one from the llvm namespace and
one from the lldb_private namespace. Some Microsoft Visual C++ compilers
(I tested with MSVC 14.23 specifically) cannot handle this situation,
and generate ambiguous symbol errors. This change fixes this compile
error.
Differential revision: https://reviews.llvm.org/D120718
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
