summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2023-02-27 18:12:18 -0800
committerCraig Topper <craig.topper@sifive.com>2023-02-27 18:12:18 -0800
commitbf9e0ed1e61a407d7b0e133a9980cb8c29fc8ab0 (patch)
tree8d8f202f15fc82bad0a00f9dac493f817849d63d /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent35eff6ceec66c8fa92b162039d64cdb4354c06cc (diff)
[CodeGen] Use LLVM_ATTRIBUTE_UNUSED instead of LLVM_DUMP_METHOD on a raw_ostream operator<<.
LLVM_DUMP_METHOD includes ATTRIBUTE_NOINLINE. operator<< isn't what we normally consider a dump method so it should be ok to inline. This fixes a warning from gcc that some other declaration for some other class was inline but this one is noinline. Seems like a bogus warning from gcc really.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions