Emit debug information for globals (which include automatic variables as well because...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Fri, 22 May 2009 13:58:45 +0000 (13:58 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Fri, 22 May 2009 13:58:45 +0000 (13:58 +0000)
commita57bc3ba02a470ee8cf70f50389489aa80c703cb
tree8a7695edee0f466707b0d71e73c73b71d886936f
parent2f82376c485f07dd9bfd6f563f6e194843c5060c
Emit debug information for globals (which include automatic variables as well because on PIC16 they are emitted as globals by the frontend).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72262 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PIC16/PIC16AsmPrinter.cpp
lib/Target/PIC16/PIC16AsmPrinter.h
lib/Target/PIC16/PIC16DebugInfo.cpp [new file with mode: 0644]
lib/Target/PIC16/PIC16DebugInfo.h [new file with mode: 0644]