Skip to content
Snippets Groups Projects
  • Chris Lattner's avatar
    Compile C strings to: · 747960d2
    Chris Lattner authored
    l1__2E_str_1:                           ; '.str_1'
            .asciz  "foo"
    
    not:
    
            .align  0
    l1__2E_str_1:                           ; '.str_1'
            .asciz  "foo"
    
    llvm-svn: 24273
    747960d2