summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectRegister.cpp
diff options
context:
space:
mode:
authorJack Carter <jack.carter@imgtec.com>2013-10-04 21:26:15 +0000
committerJack Carter <jack.carter@imgtec.com>2013-10-04 21:26:15 +0000
commit721726adfc043224c9e5e0925b581d0448c6723d (patch)
tree2d825ccd82a884dc98d87461c3ed6c2171d6b806 /lldb/source/Commands/CommandObjectRegister.cpp
parentf7a8c4f3476f88683efdb071f57012dcf906305e (diff)
downloadbcm5719-llvm-721726adfc043224c9e5e0925b581d0448c6723d.tar.gz
bcm5719-llvm-721726adfc043224c9e5e0925b581d0448c6723d.zip
[MC][AsmParser] Hook for post assembly file processing
This patch handles LLVM standalone assembler (llvm-mc) ELF flag setting based on input file directive processing. Mips assembly requires processing inline directives that directly and indirectly affect the output ELF header flags. This patch handles one ".abicalls". To process these directives we are following the model the code generator uses by storing state in a container as we go through processing and when we detect the end of input file processing, AsmParser is notified and we update the ELF header flags through a MipsELFStreamer method with a call from MCTargetAsmParser::emitEndOfAsmFile(MCStreamer &OutStreamer). This patch will allow other targets the same functionality. Jack llvm-svn: 191982
Diffstat (limited to 'lldb/source/Commands/CommandObjectRegister.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud