aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2012-02-17 00:53:45 +0000
committerSean Callanan <scallanan@apple.com>2012-02-17 00:53:45 +0000
commit95e5c630129b603dd3c388a2733c0594a3b5f930 (patch)
tree31b8f429d974f9787a4f2c9feadf40ce748b3ff7 /llvm/lib/CodeGen/MachineInstr.cpp
parentdef9c61e4b3036645a523a07852d8b0d519df34f (diff)
downloadllvm-95e5c630129b603dd3c388a2733c0594a3b5f930.zip
llvm-95e5c630129b603dd3c388a2733c0594a3b5f930.tar.gz
llvm-95e5c630129b603dd3c388a2733c0594a3b5f930.tar.bz2
Added a new disassembler plugin, DisassemblerLLVMC,
which uses the Disassembler.h interface to the LLVM disassemblers rather than the EnhancedDisassembly.h interface. Disassembler.h is a better-maintained API and will be stabler in the long term. Currently the output from Disassembler.h does not provide for symbolic disassembly in all the places that the old disassembler did, so I have gated (and disabled) the disassembler. It'll be easy to flip the switch later. In the meantime, to enable the new disassembler, uncomment "#define USE_NEW_DISASSEMBLER" in lldb.cpp. llvm-svn: 150772
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions