diff options
author | Rahul Joshi <rjoshi@nvidia.com> | 2025-09-04 15:06:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-04 15:06:40 -0700 |
commit | 78fbca4a33350571fa409c938722daa84a011e0a (patch) | |
tree | d70d6bfa77e5cf27be712acca2fb89c1d74ae3ad /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 91e85cc950954db04c2e4747ce4d6b523fe81238 (diff) | |
download | llvm-78fbca4a33350571fa409c938722daa84a011e0a.zip llvm-78fbca4a33350571fa409c938722daa84a011e0a.tar.gz llvm-78fbca4a33350571fa409c938722daa84a011e0a.tar.bz2 |
[NFC][InstrInfoEmitter] Include location of inst definition in comment (#156927)
Print the source location of the instruction definition in comment next
to the enum value for each instruction. To make this more readable,
change formatting of the instruction enums to be better aligned.
Example output:
```
VLD4qWB_register_Asm_8 = 573, // (ARMInstrNEON.td:8849)
VMOVD0 = 574, // (ARMInstrNEON.td:6337)
VMOVDcc = 575, // (ARMInstrVFP.td:2466)
VMOVHcc = 576, // (ARMInstrVFP.td:2474)
VMOVQ0 = 577, // (ARMInstrNEON.td:6341)
```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions