llvm-mc: Add --show-fixups option, for displaying the instruction fixup information...
authorDaniel Dunbar <daniel@zuster.org>
Tue, 9 Feb 2010 23:00:14 +0000 (23:00 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 9 Feb 2010 23:00:14 +0000 (23:00 +0000)
commit6b71653c82f86626f64356c308d7356a17b05834
tree2797a04404de4fceb2a7ab61eec5ccbc30ff06a5
parent869fe12cc0769ab5005498bab942e85a6f5e3798
llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95710 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
tools/llvm-mc/llvm-mc.cpp