Add all the plumbing needed for MC to expand cfi to the old tables in
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 30 Apr 2011 03:44:37 +0000 (03:44 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 30 Apr 2011 03:44:37 +0000 (03:44 +0000)
commitf1a5c7ec04002769f1638e64f7439589f0f926e6
treefb8c17ee530e039a738611d8de2ee46488c2ca73
parenta37bd1d02c0e3d93474fdf30352bf4a425cbe25b
Add all the plumbing needed for MC to expand cfi to the old tables in
the final assembly. It is the same technique used when targeting
assemblers that don't support .loc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130587 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetRegistry.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/MC/MCAsmStreamer.cpp
lib/Target/PTX/PTXMCAsmStreamer.cpp
lib/Target/PTX/PTXTargetMachine.cpp
lib/Target/TargetMachine.cpp
tools/llc/llc.cpp
tools/llvm-mc/llvm-mc.cpp