Pass -m32/-m64 to assembler.

llvm-svn: 100064
This commit is contained in:
Mikhail Glushenkov 2010-03-31 23:51:55 +00:00
parent fa9810de3b
commit 5506864ed4
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,8 @@ def llvm_gcc_assembler : Tool<
(switch_on "c"), (stop_compilation),
(not_empty "arch"), (forward "arch"),
(not_empty "Xassembler"), (forward "Xassembler"),
(switch_on "m32"), (forward "m32"),
(switch_on "m64"), (forward "m64"),
(not_empty "Wa,"), (forward "Wa,")))
]>;