Skip to content
  • Chris Lattner's avatar
    "On SPU, variables in the .bss section that are allocated with the .lcomm... · 1ef9826f
    Chris Lattner authored
    "On SPU, variables in the .bss section that are allocated with the .lcomm directive are not aligned on 16 byte boundaries. This causes misaligned loads, as the generated assembly assumes this "default" alignment.
    
    this patch disables .lcomm in favour of '.local .comm'
    
    Patch by Kalle Raisklia!
    
    llvm-svn: 100875
    1ef9826f
Loading