Few targets do not have a single directive to emit global constants.
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Fri, 16 Jan 2009 02:45:46 +0000 (02:45 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Fri, 16 Jan 2009 02:45:46 +0000 (02:45 +0000)
commit65aae006bf65751ef5616ad5903e526dec9ddeab
tree3612ec429c484282dead6d72d28cfeaf77fdc38d
parentbdfc582edfccb948b563677e2d82fee5f0ba96f6
Few targets do not have a single directive to emit global constants.
For example, PIC16 needs to break a long or int constant into mulitple parts and emit multiple directives. So Allow targets to overried EmitConstantValueOnly().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62301 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h