diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2012-11-27 16:11:16 +0000 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2012-11-27 16:11:16 +0000 |
commit | dba37a3c43b79be8a54d5e07ff390b621da5958d (patch) | |
tree | d25d2cca186bdd9f0e0294e0e0fde0247540795d /lib/Target/PowerPC/PPCJITInfo.h | |
parent | 76f8eda28412c37ae38d82bb54d5dfa49045df8d (diff) | |
download | external_llvm-dba37a3c43b79be8a54d5e07ff390b621da5958d.zip external_llvm-dba37a3c43b79be8a54d5e07ff390b621da5958d.tar.gz external_llvm-dba37a3c43b79be8a54d5e07ff390b621da5958d.tar.bz2 |
Never use .lcomm on platforms where it does not accept an alignment
argument. Instead, use a pair of .local and .comm directives.
This avoids spurious differences between binaries built by the
integrated assembler vs. those built by the external assembler,
since the external assembler may impose alignment requirements
on .lcomm symbols where the integrated assembler does not.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168704 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCJITInfo.h')
0 files changed, 0 insertions, 0 deletions