summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-12-06 11:24:25 -0800
committerReid Kleckner <rnk@google.com>2019-12-06 11:25:28 -0800
commit7f63db197e7453a6438c15e50a5508cc7613a293 (patch)
treea93035cdfc618ef570814e181b37169e8f7e0901 /lldb/packages/Python/lldbsuite/test
parent43e2a901e1521759a0176cdec3aad4d00919142e (diff)
downloadbcm5719-llvm-7f63db197e7453a6438c15e50a5508cc7613a293.tar.gz
bcm5719-llvm-7f63db197e7453a6438c15e50a5508cc7613a293.zip
Avoid naming variable after type to fix GCC 5.3 build
GCC says: .../llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp:195:12: error: ‘InfoType’ is not a class, namespace, or enumeration case InfoType::EndOfList: ^ Presumably, GCC thinks InfoType is a variable here. Work around it by using the name IT as is done above.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud