Make debug info come out in data-only files.
authorDale Johannesen <dalej@apple.com>
Tue, 8 Jul 2008 21:56:22 +0000 (21:56 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 8 Jul 2008 21:56:22 +0000 (21:56 +0000)
commitf71cb9b3ed1d7b3e438e9990ce1587ba275e70bf
tree54e43c408df9849657f4d2a222f7d66e20e114d3
parent33d9b356ab7d75eba8eb70745051794fe8fcc558
Make debug info come out in data-only files.

This is a question of the debugging setup code not
being called at the right time, and it's called from
target-dependent code for some reason.  I have only
attempted to fix Darwin, but I'm pretty sure it's
broken elsewhere; I'll leave that to people who can
test it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53254 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/X86/X86ATTAsmPrinter.cpp