Add a -disable-cfi option to llvm-mc. This is useful for debugging as
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 23 Nov 2012 17:37:34 +0000 (17:37 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 23 Nov 2012 17:37:34 +0000 (17:37 +0000)
commit985884caf94409373c31f694220720c40460036b
tree7dadfefb4c17a5e278f4352df41354bc690ab024
parentc8fec7e21f5c24303eab8a8592f3b8faff347d86
Add a -disable-cfi option to llvm-mc. This is useful for debugging as
it will expand any .cfi_* directives in the input assembly.

Unfortunately this cannot replace elf-dump in tests as the asm streamer
cannot relax the line advance opcodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168522 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-mc/llvm-mc.cpp