mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Pass -m32/-m64 to assembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100064 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9e9cca424c
commit
62d1da0bb9
@ -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