Benjamin Kramer
|
f040734da3
|
Make sure this test tests something.
llvm-svn: 100879
|
2010-04-09 19:03:31 +00:00 |
|
Chris Lattner
|
5408e8a62b
|
"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
|
2010-04-09 18:27:03 +00:00 |
|
Chris Lattner
|
e1452aba94
|
fix bss section printing for cell, patch by Kalle Raiskila!
llvm-svn: 97814
|
2010-03-05 18:55:36 +00:00 |
|