aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2015-10-27 17:32:48 +0000
committerReid Kleckner <rnk@google.com>2015-10-27 17:32:48 +0000
commitfb1c1c7e4dad1010f786004205c5770e2cb8569b (patch)
tree381af43b17df2f15b741ebfc70b6754f7f905976 /clang/lib/Frontend/CompilerInvocation.cpp
parentdb4d9865b42584d6d4ebb31e899e5c0fa85f1624 (diff)
downloadllvm-fb1c1c7e4dad1010f786004205c5770e2cb8569b.zip
llvm-fb1c1c7e4dad1010f786004205c5770e2cb8569b.tar.gz
llvm-fb1c1c7e4dad1010f786004205c5770e2cb8569b.tar.bz2
[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/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions