Chris Lattner 38b6d78112 add support for .asciz, and enable it by default. If your target assembler
doesn't support .asciz, just set AscizDirective to null in your asmprinter.

This compiles C strings to:

l1__2E_str_1:                           ; '.str_1'
        .asciz  "foo"

instead of:

l1__2E_str_1:                           ; '.str_1'
        .ascii  "foo\000"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24271 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-10 18:05:57 +00:00
..
2005-10-20 07:37:59 +00:00
2005-10-21 15:49:28 +00:00
2005-11-06 17:40:18 +00:00
2005-10-24 04:13:21 +00:00
2005-08-18 18:44:33 +00:00
2005-08-25 17:07:09 +00:00