Chris Lattner bfa198b9f1 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"

llvm-svn: 24271
2005-11-10 18:05:57 +00:00
..
2005-10-26 15:02:21 +00:00
2005-10-29 04:43:10 +00:00
2005-08-24 10:07:20 +00:00
2005-04-21 20:39:54 +00:00
2005-07-12 15:51:55 +00:00
2005-08-24 10:07:20 +00:00
2005-04-22 03:18:56 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2005-05-06 19:59:08 +00:00
2005-06-24 18:17:33 +00:00
2005-11-05 21:58:30 +00:00
2005-04-22 03:18:56 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00
2005-04-23 21:59:42 +00:00
2005-04-21 20:19:05 +00:00
2005-04-21 20:19:05 +00:00