diff options
author | Reid Kleckner <rnk@google.com> | 2019-12-06 11:24:25 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-12-06 11:25:28 -0800 |
commit | 7f63db197e7453a6438c15e50a5508cc7613a293 (patch) | |
tree | a93035cdfc618ef570814e181b37169e8f7e0901 /lldb/packages/Python/lldbsuite/test/commands/expression/call-function | |
parent | 43e2a901e1521759a0176cdec3aad4d00919142e (diff) | |
download | bcm5719-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/commands/expression/call-function')
0 files changed, 0 insertions, 0 deletions