summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ArchiveWriter.cpp
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-07-15 23:31:07 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-07-15 23:31:07 +0000
commit6799e9b3e05d0dd9cee926689551fc0d592b96ba (patch)
treef9a1b62c0e3a4759a1c915802579cf0bc5b6f508 /llvm/lib/Object/ArchiveWriter.cpp
parent6dd10bade7bff2a07412b1fa772f74a2d8be8012 (diff)
downloadbcm5719-llvm-6799e9b3e05d0dd9cee926689551fc0d592b96ba.tar.gz
bcm5719-llvm-6799e9b3e05d0dd9cee926689551fc0d592b96ba.zip
MIR Serialization: Serialize the jump table info.
The jump table info is serialized using a YAML mapping that contains its kind and a YAML sequence of jump table entries. A jump table entry is a YAML mapping that has an ID and an inline YAML sequence of machine basic block references. The testcase 'CodeGen/MIR/X86/jump-table-info.mir' doesn't have any instructions because one of them contains a jump table index operand. The jump table index operands will be serialized in a follow up patch, and the appropriate instructions will be added to this testcase. Reviewers: Duncan P. N. Exon Smith llvm-svn: 242357
Diffstat (limited to 'llvm/lib/Object/ArchiveWriter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud