diff options
author | Reid Kleckner <rnk@google.com> | 2015-10-27 17:32:48 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2015-10-27 17:32:48 +0000 |
commit | fb1c1c7e4dad1010f786004205c5770e2cb8569b (patch) | |
tree | 381af43b17df2f15b741ebfc70b6754f7f905976 /clang/test/CodeGen/ms-inline-asm-align.c | |
parent | db4d9865b42584d6d4ebb31e899e5c0fa85f1624 (diff) | |
download | bcm5719-llvm-fb1c1c7e4dad1010f786004205c5770e2cb8569b.tar.gz bcm5719-llvm-fb1c1c7e4dad1010f786004205c5770e2cb8569b.zip |
[ms-inline-asm] Leave alignment in bytes if the native assembler uses bytes
The existing behavior was correct on Darwin, which is probably the
platform it was written for.
Before this change, we would rewrite "align 8" to ".align 3" and then
fail to make it through the integrated assembler because 3 is not a
power of 2.
Differential Revision: http://reviews.llvm.org/D14120
llvm-svn: 251418
Diffstat (limited to 'clang/test/CodeGen/ms-inline-asm-align.c')
0 files changed, 0 insertions, 0 deletions