mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 07:41:38 +00:00
Pass -m32/-m64 to assembler.
llvm-svn: 100064
This commit is contained in:
parent
c463229fea
commit
a44a629d14
@ -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,")))
|
||||
]>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user