forked from OSchip/llvm-project
CompilerRT: .align was supposed to be power-of-aligned in this case
Use .balign instead of .p2align 3. This should fix the buildbots. llvm-svn: 208585
This commit is contained in:
parent
b4fce72b32
commit
2e3ad036a2
|
@ -54,10 +54,8 @@ END_COMPILERRT_FUNCTION(__floatundisf)
|
|||
|
||||
#ifndef __ELF__
|
||||
.const
|
||||
.balign 3
|
||||
#else
|
||||
.balign 8
|
||||
#endif
|
||||
.balign 8
|
||||
twop52: .quad 0x4330000000000000
|
||||
.quad 0x0000000000000fff
|
||||
sticky: .quad 0x0000000000000000
|
||||
|
|
Loading…
Reference in New Issue