Skip to content
  • Chris Lattner's avatar
    Compile: · ad4e7eb5
    Chris Lattner authored
    int x __attribute__((used));
    
    to:
    
            .data
    .comm _x,4              ; 'x'
            .no_dead_strip  _x
    
    on both x86 and ppc darwin targets.
    
    llvm-svn: 30605
    ad4e7eb5
Loading